mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 05:07:19 +09:00
Fix bug
This commit is contained in:
parent
92dc1c3764
commit
7a74ffbf6e
@ -217,7 +217,7 @@ export default class CoreModule implements IModule {
|
||||
if (!msg.isMessage) return true;
|
||||
|
||||
msg.reply(
|
||||
msg.friend.love >= 5 ? serifs.core.suki.love :
|
||||
msg.friend.love >= 5 ? (msg.friend.name ? serifs.core.suki.love(msg.friend.name) : serifs.core.suki.normal) :
|
||||
msg.friend.love <= -3 ? serifs.core.suki.hate :
|
||||
serifs.core.suki.normal);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user