mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: 图呢?
This commit is contained in:
parent
b5dd59966b
commit
b22a7a69d6
1 changed files with 2 additions and 1 deletions
|
|
@ -91,7 +91,8 @@ export class dalle extends plugin {
|
|||
}
|
||||
}
|
||||
} else if (e.img) {
|
||||
imgUrl = e.img[0]?.url
|
||||
console.log(e.img)
|
||||
imgUrl = e.img[0]
|
||||
}
|
||||
if (!imgUrl) {
|
||||
this.reply('图呢?')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue