From bde8ad7992706dffcdede7559967c028068b174a Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Mon, 10 Jun 2024 13:42:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8DAM?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index 3efb0d7..a86c443 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -1506,7 +1506,6 @@ export class tools extends plugin { title = name; artist = artists; } - e.reply(`识别:${ freyrName },${ title }--${ artist }`); // 判断是否是海外服务器 const isOversea = await this.isOverseasServer(); // 国内服务器解决方案 @@ -1525,6 +1524,7 @@ export class tools extends plugin { }); return true; } + e.reply(`识别:${ freyrName },${ title }--${ artist }`); // 检查目录是否存在 const musicPath = currentWorkingDirectory + "/am/" + artist + "/" + album; const that = this;