修正文档注释

This commit is contained in:
Raven95676
2025-04-06 16:05:21 +08:00
parent 0490758820
commit a2812c39c0
+1 -1
View File
@@ -204,7 +204,7 @@ class AstrMessageEvent(abc.ABC):
async def send_streaming(self, generator: AsyncGenerator[MessageChain, None]):
"""发送流式消息到消息平台,使用异步生成器。
目前仅支持: telegram。
目前仅支持: telegramqq official 私聊
"""
asyncio.create_task(
Metric.upload(msg_event_tick=1, adapter_name=self.platform_meta.name)