fix: error

This commit is contained in:
ikechan8370 2024-03-06 23:55:56 +08:00 committed by GitHub
parent 03068f5101
commit 4581db1b8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1407,7 +1407,7 @@ export class chatgpt extends plugin {
prompt
})
}
await this.reply(finalResponse, e.isGroup)
await this.reply(responseText, e.isGroup)
if (quotemessage.length > 0) {
this.reply(await makeForwardMsg(this.e, quotemessage.map(msg => `${msg.text} - ${msg.url}`)))
}