From e9a3f85ffc6a73687370d02c7032aa621551e402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98KimigaiiWuyi=E2=80=99?= <444835641@qq.com> Date: Wed, 13 Dec 2023 12:14:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E7=A7=BB=E9=99=A4=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gsuid_core/bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gsuid_core/bot.py b/gsuid_core/bot.py index f45f815..87975f7 100644 --- a/gsuid_core/bot.py +++ b/gsuid_core/bot.py @@ -71,7 +71,6 @@ class _Bot: msg_id=msg_id, ) logger.info(f'[发送消息to] {bot_id} - {target_type} - {target_id}') - print(send) await self.bot.send_bytes(msgjson.encode(send)) async def _process(self):