mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00: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…
Reference in a new issue