From 36a564547c74e3beae29ba170d77fd8f32b5a0a4 Mon Sep 17 00:00:00 2001 From: passthem Date: Wed, 31 Dec 2025 15:21:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=9B=9E=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- konabot/plugins/k8x12S/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konabot/plugins/k8x12S/__init__.py b/konabot/plugins/k8x12S/__init__.py index 76b64d4..d902472 100644 --- a/konabot/plugins/k8x12S/__init__.py +++ b/konabot/plugins/k8x12S/__init__.py @@ -27,7 +27,7 @@ async def _(msg: UniMsg, target: DepLongTaskTarget): return img = await render_with_web_renderer(obj) - await target.send_message(UniMessage.image(raw=img)) + await target.send_message(UniMessage.image(raw=img), at=False) async def render_with_web_renderer(text: str) -> bytes: