mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 修复部分问题
This commit is contained in:
parent
ad6a47ca54
commit
04a3649800
@ -605,7 +605,7 @@ export class tools extends plugin {
|
|||||||
});
|
});
|
||||||
await e.reply(`清理完成!`);
|
await e.reply(`清理完成!`);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
logger.log(err);
|
logger.error(err);
|
||||||
e.reply("清理失败,重试或者自动清理即可");
|
e.reply("清理失败,重试或者自动清理即可");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user