From f91d3b495c6a46b64c8dc4dbc664e07e4ffe6807 Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Thu, 30 May 2024 22:12:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8Dnetease?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=A7=A3=E6=9E=90=E6=AD=8C=E6=9B=B2=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= 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 8e261fe..e98653d 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -1029,12 +1029,12 @@ export class tools extends plugin { // 动态判断后缀名 const extensionPattern = /\.([a-zA-Z0-9]+)$/; const musicExt = url.match(extensionPattern)?.[0].replace("\.", ""); - logger.info(musicExt); // 下载音乐 downloadAudio(url, this.getCurDownloadPath(e), title, 'follow', musicExt).then(async path => { // 发送语音 // e.reply(segment.record(path)); // 判断是不是icqq + await e.reply(segment.record(path)); await this.uploadGroupFile(e, path); await checkAndRemoveFile(path); }).catch(err => {