mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-06 07:03:51 +09:00
Improve AI
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user