mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 13:17:59 +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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue