おっは対応

This commit is contained in:
syuilo 2018-09-26 09:14:17 +09:00
parent a65e2371e9
commit 7403b92a24
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

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