mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
fix: 余额不足提示
This commit is contained in:
parent
324f447401
commit
7635781695
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ export class Vocal extends plugin {
|
||||||
await e.reply(common.makeForwardMsg(e, messages, '音乐合成结果'))
|
await e.reply(common.makeForwardMsg(e, messages, '音乐合成结果'))
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
await e.reply('所有账户余额不足')
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error(err)
|
console.error(err)
|
||||||
await e.reply('生成失败,请查看日志')
|
await e.reply('生成失败,请查看日志')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue