From e59d3c2e4b5140ecd41368966efdfdc865d0dbc5 Mon Sep 17 00:00:00 2001 From: passthem Date: Sun, 8 Mar 2026 00:40:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=8E=E5=93=9F=E5=96=82=E8=BF=99=E4=B8=AA?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=80=8E=E4=B9=88=E6=B2=A1=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- konabot/plugins/handle_text/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konabot/plugins/handle_text/__init__.py b/konabot/plugins/handle_text/__init__.py index 3437d3f..3b17c52 100644 --- a/konabot/plugins/handle_text/__init__.py +++ b/konabot/plugins/handle_text/__init__.py @@ -71,7 +71,7 @@ async def _(msg: UniMsg, evt: Event, bot: Bot, target: DepLongTaskTarget): return env = TextHandlerEnvironment(is_trusted=False, event=evt) - results = await runner.run_pipeline(res, istream or None, evt, env) + results = await runner.run_pipeline(res, istream or None, env) # 检查是否有错误 for r in results: