From 09e72f7c5fb2069c89e69261d41f90e396a4ffa6 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Thu, 14 Mar 2024 17:24:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/platform/sources/aiocqhttp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/platform/sources/aiocqhttp.py b/pkg/platform/sources/aiocqhttp.py index 51b3e2b..85a78fc 100644 --- a/pkg/platform/sources/aiocqhttp.py +++ b/pkg/platform/sources/aiocqhttp.py @@ -40,7 +40,6 @@ class AiocqhttpMessageConverter(adapter.MessageConverter): elif type(msg) is mirai.Voice: msg_list.append(aiocqhttp.MessageSegment.record(msg.path)) elif type(msg) is forward.Forward: - # print("aiocqhttp 暂不支持转发消息组件的转换,使用普通消息链发送") for node in msg.node_list: msg_list.extend(AiocqhttpMessageConverter.yiri2target(node.message_chain)[0])