From b22a7a69d6ae4ff3fcf6d92f4c0be895542e8788 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sat, 25 Feb 2023 19:33:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BE=E5=91=A2=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/draw.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/draw.js b/apps/draw.js index eee1178..064f65f 100644 --- a/apps/draw.js +++ b/apps/draw.js @@ -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('图呢?')