mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 05:08:00 +00:00
Fix bug
This commit is contained in:
parent
f4be7fb8f9
commit
5f87d8517d
|
@ -164,7 +164,7 @@ export default class extends Module {
|
||||||
|
|
||||||
const match2 = msg.extractedText.match(/(.+?)るから(褒|ほ)めて/);
|
const match2 = msg.extractedText.match(/(.+?)るから(褒|ほ)めて/);
|
||||||
if (match2) {
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue