diff --git a/apps/tools.js b/apps/tools.js index eaf1c9c..6774fd2 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -549,7 +549,7 @@ export class tools extends plugin { await this.reply(await Bot.makeForwardMsg(images)); // 清理文件 path.forEach(item => { - fs.fs.unlinkSync(item); + fs.unlinkSync(item); }) });