Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
ikechan8370 authored Mar 6, 2024
1 parent 03068f5 commit 4581db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)))
}
Expand Down

0 comments on commit 4581db1

Please sign in to comment.