🐞 fix: 修复误导提示

This commit is contained in:
zhiyu1998 2024-07-26 17:23:05 +08:00
parent dac8ff5064
commit ab49daf067

View File

@ -356,7 +356,7 @@ export class tools extends plugin {
await this.douyinComment(e, douId, headers);
} catch (err) {
logger.error(err);
e.reply(`Cookie 过期或者 Cookie 没有填写,请参考\n${ HELP_DOC }\n尝试无效后可以到官方QQ群[575663150]提出 bug 等待解决`)
logger.mark(`Cookie 过期或者 Cookie 没有填写,请参考\n${ HELP_DOC }\n尝试无效后可以到官方QQ群[575663150]提出 bug 等待解决`)
}
return true;
}