From a2812c39c06611dc25cbac9fb9aa01a82dd34a76 Mon Sep 17 00:00:00 2001 From: Raven95676 Date: Sun, 6 Apr 2025 16:05:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=96=87=E6=A1=A3=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/platform/astr_message_event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/platform/astr_message_event.py b/astrbot/core/platform/astr_message_event.py index 414a6721..8a7665d7 100644 --- a/astrbot/core/platform/astr_message_event.py +++ b/astrbot/core/platform/astr_message_event.py @@ -204,7 +204,7 @@ class AstrMessageEvent(abc.ABC): async def send_streaming(self, generator: AsyncGenerator[MessageChain, None]): """发送流式消息到消息平台,使用异步生成器。 - 目前仅支持: telegram。 + 目前仅支持: telegram,qq official 私聊。 """ asyncio.create_task( Metric.upload(msg_event_tick=1, adapter_name=self.platform_meta.name)