This commit is contained in:
syuilo 2019-07-01 03:45:58 +09:00
parent f4be7fb8f9
commit 5f87d8517d
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -164,7 +164,7 @@ export default class extends Module {
const match2 = msg.extractedText.match(/(.+?)るから(褒|ほ)めて/);
if (match2) {
msg.reply(getSerif(serifs.core.erait.specify(match[1], msg.friend.name)));
msg.reply(getSerif(serifs.core.erait.specify(match2[1], msg.friend.name)));
return true;
}