mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 08:57:16 +09: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…
x
Reference in New Issue
Block a user