🚑 修复 我的道具 渲染异常

This commit is contained in:
molanp 2025-09-08 00:56:29 +08:00 committed by GitHub
parent 74ce848127
commit 94fbbf2d1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)