mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +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;
|
||||
|
||||
msg.reply(
|
||||
msg.friend.love >= 5 ? serifs.core.batou.love :
|
||||
msg.friend.love <= -5 ? serifs.core.batou.hate :
|
||||
serifs.core.batou.normal);
|
||||
|
||||
|
|
|
@ -43,13 +43,15 @@ export default {
|
|||
|
||||
love: '嬉しいです♪',
|
||||
|
||||
hate: '...ありがとうございます'
|
||||
hate: '…ありがとうございます'
|
||||
},
|
||||
|
||||
batou: {
|
||||
normal: '...AIに罵られたいんですか? この変態!',
|
||||
love: '…AIに罵られたいんですか? この変態!',
|
||||
|
||||
hate: '...頭大丈夫ですか?'
|
||||
normal: '(じとー…)',
|
||||
|
||||
hate: '…頭大丈夫ですか?'
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue