Skip to content

Commit

Permalink
fix: reply
Browse files Browse the repository at this point in the history
  • Loading branch information
ikechan8370 committed Mar 15, 2024
1 parent 4eaf218 commit 81a45b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/entertainment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 81a45b1

Please sign in to comment.