Improve AI

This commit is contained in:
syuilo 2018-09-02 10:15:42 +09:00
parent 0b8b8756ce
commit 0133b2f172

View file

@ -142,7 +142,7 @@ export default class CoreModule implements IModule {
return true; return true;
} }
if (includes(msg.text, ['おは', 'お早う'])) { if (includes(msg.text, ['おは', 'お早う'])) {
msg.reply(serifs.core.goodMorning(msg.friend.name)); msg.reply(serifs.core.goodMorning(msg.friend.name));
incLove(); incLove();
return true; return true;