mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-07 07:43:49 +09:00
Improve AI
This commit is contained in:
@ -119,7 +119,7 @@ export default class CoreModule implements IModule {
|
|||||||
msg.friend.incLove();
|
msg.friend.incLove();
|
||||||
};
|
};
|
||||||
|
|
||||||
if (msg.text.includes('おはよう')) {
|
if (msg.text.includes('おはよう') || msg.text.includes('おはよ')) {
|
||||||
if (msg.friend.name) {
|
if (msg.friend.name) {
|
||||||
msg.reply(serifs.core.goodMorningWithName.replace('{name}', msg.friend.name));
|
msg.reply(serifs.core.goodMorningWithName.replace('{name}', msg.friend.name));
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user