From 0133b2f1724fdf71be0142a83455eb983e492369 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 2 Sep 2018 10:15:42 +0900 Subject: [PATCH] Improve AI --- src/modules/core/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/core/index.ts b/src/modules/core/index.ts index 4ebd4fe..aa224fa 100644 --- a/src/modules/core/index.ts +++ b/src/modules/core/index.ts @@ -142,7 +142,7 @@ export default class CoreModule implements IModule { return true; } - if (includes(msg.text, ['おはよ', 'お早う'])) { + if (includes(msg.text, ['おは', 'お早う'])) { msg.reply(serifs.core.goodMorning(msg.friend.name)); incLove(); return true;