fix: 主人权限,消息撤回

This commit is contained in:
bietiaop 2024-08-20 15:06:57 +08:00
parent eacea6e902
commit 18f24f87bb
7 changed files with 107 additions and 35 deletions

View file

@ -23,7 +23,10 @@ export async function getCommitLog() {
commitData,
});
} catch (error) {
this.reply(`[${pluginName}]获取更新日志失败\n${error.message}`);
this.reply(`[${pluginName}]获取更新日志失败\n${error.message}`, false, {
at: true,
recallMsg: 100,
});
}
}
return true;