From 6940c2f37b0039f7bd6ffd836d0eb8585b767018 Mon Sep 17 00:00:00 2001 From: molanp <104612722+molanp@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:43:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20=E4=BF=AE=E5=A4=8D=20`=E6=88=91?= =?UTF-8?q?=E7=9A=84=E9=81=93=E5=85=B7`=20=E6=B8=B2=E6=9F=93=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=20(#2046)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/builtin_plugins/shop/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zhenxun/builtin_plugins/shop/__init__.py b/zhenxun/builtin_plugins/shop/__init__.py index d4ec3ee6..17bd2d67 100644 --- a/zhenxun/builtin_plugins/shop/__init__.py +++ b/zhenxun/builtin_plugins/shop/__init__.py @@ -153,7 +153,7 @@ async def _(session: Uninfo, arparma: Arparma, nickname: str = UserName()): nickname, PlatformUtils.get_platform(session), ): - await MessageUtils.build_message(image.pic2bytes()).finish(reply_to=True) # type: ignore + await MessageUtils.build_message(image).finish(reply_to=True) # type: ignore return await MessageUtils.build_message("你的道具为空捏...").send(reply_to=True)