mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 13:17:59 +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) return false;
|
||||||
if (!msg.text.includes('かわいい') && !msg.text.includes('可愛い')) 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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,9 @@ export default {
|
||||||
|
|
||||||
nadenade3: 'ん… ありがとうございます♪',
|
nadenade3: 'ん… ありがとうございます♪',
|
||||||
|
|
||||||
kawaii: 'ありがとうございます♪'
|
kawaii1: 'ありがとうございます♪',
|
||||||
|
|
||||||
|
kawaii2: '嬉しいです♪'
|
||||||
},
|
},
|
||||||
|
|
||||||
keyword: {
|
keyword: {
|
||||||
|
|
Loading…
Reference in a new issue