mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 05:08:00 +00:00
✌️
This commit is contained in:
parent
f6fc988d7c
commit
2ef18a924d
|
@ -206,6 +206,7 @@ export default class CoreModule implements IModule {
|
||||||
if (!includes(msg.text, ['罵倒して', '罵って'])) return false;
|
if (!includes(msg.text, ['罵倒して', '罵って'])) return false;
|
||||||
|
|
||||||
msg.reply(
|
msg.reply(
|
||||||
|
msg.friend.love >= 5 ? serifs.core.batou.love :
|
||||||
msg.friend.love <= -5 ? serifs.core.batou.hate :
|
msg.friend.love <= -5 ? serifs.core.batou.hate :
|
||||||
serifs.core.batou.normal);
|
serifs.core.batou.normal);
|
||||||
|
|
||||||
|
|
|
@ -43,13 +43,15 @@ export default {
|
||||||
|
|
||||||
love: '嬉しいです♪',
|
love: '嬉しいです♪',
|
||||||
|
|
||||||
hate: '...ありがとうございます'
|
hate: '…ありがとうございます'
|
||||||
},
|
},
|
||||||
|
|
||||||
batou: {
|
batou: {
|
||||||
normal: '...AIに罵られたいんですか? この変態!',
|
love: '…AIに罵られたいんですか? この変態!',
|
||||||
|
|
||||||
hate: '...頭大丈夫ですか?'
|
normal: '(じとー…)',
|
||||||
|
|
||||||
|
hate: '…頭大丈夫ですか?'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue