This commit is contained in:
syuilo 2019-07-01 03:32:08 +09:00
parent a5232195dc
commit e553183b5d
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -162,7 +162,7 @@ export default class extends Module {
return true;
}
if (!msg.includes(['褒めて'])) return false;
if (!msg.includes(['褒めて', 'ほめて'])) return false;
msg.reply(getSerif(serifs.core.erait.general(msg.friend.name)));