mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🎈 pref: 优化哔哩哔哩音乐发送逻辑
This commit is contained in:
parent
68fb486a78
commit
6c1ffab87c
@ -446,7 +446,8 @@ export class tools extends plugin {
|
||||
return true;
|
||||
}
|
||||
// 只提取音乐处理
|
||||
if (e.msg !== undefined && e.msg.includes("bili音乐")) {
|
||||
if (e.msg !== undefined && e.msg.includes("音乐")) {
|
||||
e.reply("识别:哔哩哔哩音乐,正在提取请稍候...")
|
||||
return await this.biliMusic(e, url);
|
||||
}
|
||||
// 动态处理
|
||||
|
Loading…
x
Reference in New Issue
Block a user