mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-06 07:03:51 +09:00
✌️
This commit is contained in:
@ -206,6 +206,7 @@ export default class CoreModule implements IModule {
|
||||
if (!includes(msg.text, ['罵倒して', '罵って'])) return false;
|
||||
|
||||
msg.reply(
|
||||
msg.friend.love >= 5 ? serifs.core.batou.love :
|
||||
msg.friend.love <= -5 ? serifs.core.batou.hate :
|
||||
serifs.core.batou.normal);
|
||||
|
||||
|
Reference in New Issue
Block a user