fix: 语音太长提示不回复

This commit is contained in:
ikechan8370 2023-03-20 23:55:54 +08:00
parent ad853d45a6
commit a110fb2080

View file

@ -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))