mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
fix: 主人权限,消息撤回
This commit is contained in:
parent
eacea6e902
commit
18f24f87bb
7 changed files with 107 additions and 35 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue