mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 死循环
This commit is contained in:
parent
6560cec87e
commit
324f447401
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ export class Vocal extends plugin {
|
|||
messages.push(segment.video(videoPath))
|
||||
}
|
||||
await e.reply(common.makeForwardMsg(e, messages, '音乐合成结果'))
|
||||
return true
|
||||
}
|
||||
} catch (err) {
|
||||
console.error(err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue