This commit is contained in:
syuilo 2018-09-26 17:22:23 +09:00
parent 2170c1c166
commit 6c7fe8877f
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

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