mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
Update serif
This commit is contained in:
parent
2289ea5437
commit
98a7fd94bd
|
@ -178,7 +178,7 @@ export default class CoreModule implements IModule {
|
|||
if (!msg.text) return false;
|
||||
if (!msg.text.includes('かわいい') && !msg.text.includes('可愛い')) return false;
|
||||
|
||||
msg.reply(serifs.core.kawaii);
|
||||
msg.reply(msg.friend.love >= 5 ? serifs.core.kawaii2 : serifs.core.kawaii1);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -26,7 +26,9 @@ export default {
|
|||
|
||||
nadenade3: 'ん… ありがとうございます♪',
|
||||
|
||||
kawaii: 'ありがとうございます♪'
|
||||
kawaii1: 'ありがとうございます♪',
|
||||
|
||||
kawaii2: '嬉しいです♪'
|
||||
},
|
||||
|
||||
keyword: {
|
||||
|
|
Loading…
Reference in a new issue