mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 04:17:16 +09: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(/(.+?)るから(褒|ほ)めて/);
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user