fix: 余额不足提示

This commit is contained in:
ikechan8370 2024-02-21 15:03:12 +08:00
parent 324f447401
commit 7635781695

View file

@ -95,6 +95,7 @@ export class Vocal extends plugin {
await e.reply(common.makeForwardMsg(e, messages, '音乐合成结果'))
return true
}
await e.reply('所有账户余额不足')
} catch (err) {
console.error(err)
await e.reply('生成失败,请查看日志')