mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
Improve AI
This commit is contained in:
parent
0b8b8756ce
commit
0133b2f172
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue