mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: error
This commit is contained in:
parent
03068f5101
commit
4581db1b8c
1 changed files with 1 additions and 1 deletions
|
|
@ -1407,7 +1407,7 @@ export class chatgpt extends plugin {
|
||||||
prompt
|
prompt
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
await this.reply(finalResponse, e.isGroup)
|
await this.reply(responseText, e.isGroup)
|
||||||
if (quotemessage.length > 0) {
|
if (quotemessage.length > 0) {
|
||||||
this.reply(await makeForwardMsg(this.e, quotemessage.map(msg => `${msg.text} - ${msg.url}`)))
|
this.reply(await makeForwardMsg(this.e, quotemessage.map(msg => `${msg.text} - ${msg.url}`)))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue