This commit is contained in:
syuilo
2018-09-02 09:02:06 +09:00
parent f6fc988d7c
commit 2ef18a924d
2 changed files with 6 additions and 3 deletions

View File

@ -206,6 +206,7 @@ export default class CoreModule implements IModule {
if (!includes(msg.text, ['罵倒して', '罵って'])) return false;
msg.reply(
msg.friend.love >= 5 ? serifs.core.batou.love :
msg.friend.love <= -5 ? serifs.core.batou.hate :
serifs.core.batou.normal);