mirror of
https://github.com/syuilo/ai.git
synced 2024-11-21 20:58:00 +00:00
hiragana
This commit is contained in:
parent
a5232195dc
commit
e553183b5d
|
@ -162,7 +162,7 @@ export default class extends Module {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!msg.includes(['褒めて'])) return false;
|
if (!msg.includes(['褒めて', 'ほめて'])) return false;
|
||||||
|
|
||||||
msg.reply(getSerif(serifs.core.erait.general(msg.friend.name)));
|
msg.reply(getSerif(serifs.core.erait.general(msg.friend.name)));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue