mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-06 17:53:57 +09:00
Update serifs
This commit is contained in:
@ -264,6 +264,7 @@ export default class CoreModule implements IModule {
|
||||
if (!msg.isMessage) return true;
|
||||
|
||||
msg.reply(
|
||||
msg.friend.love >= 5 ? serifs.core.humu.love :
|
||||
msg.friend.love <= -3 ? serifs.core.humu.hate :
|
||||
serifs.core.humu.normal);
|
||||
|
||||
|
Reference in New Issue
Block a user