mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: reply
This commit is contained in:
parent
4eaf218d66
commit
81a45b1333
1 changed files with 1 additions and 1 deletions
|
|
@ -611,7 +611,7 @@ ${translateLangLabels}
|
|||
}
|
||||
let img = await getImg(e)
|
||||
if (!img?.[0]) {
|
||||
await this.reply('请发送或引用一张图片', e.isGroup)
|
||||
await e.reply('请发送或引用一张图片', e.isGroup)
|
||||
return false
|
||||
}
|
||||
let client = new CustomGoogleGeminiClient({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue