🔧 chore: 删除多余逻辑

This commit is contained in:
zhiyu1998 2024-08-21 16:05:29 +08:00
parent 5da5196808
commit 7c50d87e51

View File

@ -616,7 +616,6 @@ export class tools extends plugin {
} }
// 只提取音乐处理 // 只提取音乐处理
if (e.msg !== undefined && e.msg.startsWith("音乐")) { if (e.msg !== undefined && e.msg.startsWith("音乐")) {
e.reply(`${ this.identifyPrefix } 识别:哔哩哔哩音乐,正在提取请稍候...`)
return await this.biliMusic(e, url); return await this.biliMusic(e, url);
} }
// 加入队列 // 加入队列