fix: 图呢?

This commit is contained in:
ikechan8370 2023-02-25 19:33:19 +08:00
parent b5dd59966b
commit b22a7a69d6

View file

@ -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('图呢?')