Update serif

This commit is contained in:
syuilo 2018-08-30 21:41:53 +09:00
parent 2289ea5437
commit 98a7fd94bd
2 changed files with 4 additions and 2 deletions

View file

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

View file

@ -26,7 +26,9 @@ export default {
nadenade3: 'ん… ありがとうございます♪',
kawaii: 'ありがとうございます♪'
kawaii1: 'ありがとうございます♪',
kawaii2: '嬉しいです♪'
},
keyword: {