From f1fd745734a35f8956841d9dd2f4fddbb1977ae1 Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Tue, 13 Aug 2024 17:09:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/tools.js b/apps/tools.js index 71f82e2..a54801d 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -1781,6 +1781,7 @@ export class tools extends plugin { } const url = urlRex.exec(e.msg)[0]; const tgSavePath = `${this.getCurDownloadPath(e)}/tg`; + await mkdirIfNotExists(tgSavePath); await startTDL(url, tgSavePath, isOversea, this.myProxy); e.reply(`识别:小飞机(学习版)`); const mediaFiles = await getMediaFiles(tgSavePath);