Liao Chenyi
Results
2
comments of
Liao Chenyi
@kaykouo 能再详细说明一下吗?
@kaykouo 谢谢,我也是直接把程序改了,就能用了 index.ts ``` // const pattern = RegExp(`^@${receiver.name()}\\s+${config.groupKey}[\\s]*`); // if (await msg.mentionSelf()) { // if (pattern.test(content)) { // const groupContent = content.replace(pattern, ''); // replyMessage(room, groupContent); // return; //...