This commit is contained in:
syuilo 2018-09-02 23:49:25 +09:00
parent 92dc1c3764
commit 7a74ffbf6e

View file

@ -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);