From 7635781695ab88be3f045020a6bb3c66038b516a Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Wed, 21 Feb 2024 15:03:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=99=E9=A2=9D=E4=B8=8D=E8=B6=B3?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/vocal.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/vocal.js b/apps/vocal.js index c5780f7..e6ae112 100644 --- a/apps/vocal.js +++ b/apps/vocal.js @@ -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('生成失败,请查看日志')