mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-06 07:03:51 +09:00
Update serif
This commit is contained in:
@ -178,7 +178,7 @@ export default class CoreModule implements IModule {
|
||||
if (!msg.text) return false;
|
||||
if (!msg.text.includes('かわいい') && !msg.text.includes('可愛い')) return false;
|
||||
|
||||
msg.reply(serifs.core.kawaii);
|
||||
msg.reply(msg.friend.love >= 5 ? serifs.core.kawaii2 : serifs.core.kawaii1);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user