fix: 无法发送音乐的问题

This commit is contained in:
ikechan8370 2023-07-05 14:13:00 +08:00
parent e1406a8c58
commit 4ad4119c39

View file

@ -2003,8 +2003,7 @@ export class chatgpt extends plugin {
} else {
tools.push(new SerpImageTool())
tools.push(...[new SearchVideoTool(),
new SendVideoTool(),
new EliMusicTool()])
new SendVideoTool()])
}
let funcMap = {}
let fullFuncMap = {}