From a110fb2080940cb4776bac6011e8e50d7abbdade Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Mon, 20 Mar 2023 23:55:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AF=AD=E9=9F=B3=E5=A4=AA=E9=95=BF?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=B8=8D=E5=9B=9E=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/chat.js b/apps/chat.js index f963eb5..a93c517 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -744,7 +744,7 @@ export class chatgpt extends plugin { } } } else { - await this.reply('你没有配置转语音API或者文字太长了哦,我用文本回复你吧', e.isGroup) + await this.reply('你没有配置转语音API或者文字太长了哦,我用文本回复你吧') await this.reply(`${response}`, e.isGroup) if (quotemessage.length > 0) { this.reply(await makeForwardMsg(this.e, quotemessage))