mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 语音太长提示不回复
This commit is contained in:
parent
ad853d45a6
commit
a110fb2080
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue