mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 13:17:59 +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;
|
if (!msg.isMessage) return true;
|
||||||
|
|
||||||
msg.reply(
|
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 :
|
msg.friend.love <= -3 ? serifs.core.suki.hate :
|
||||||
serifs.core.suki.normal);
|
serifs.core.suki.normal);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue