From 7c5ac41c55c0badb9a6932436c913da660335540 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Sun, 21 May 2023 11:02:00 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84log=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cores/qqbot/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cores/qqbot/core.py b/cores/qqbot/core.py index 660cdbeb6..a8c53198f 100644 --- a/cores/qqbot/core.py +++ b/cores/qqbot/core.py @@ -760,7 +760,7 @@ class gocqClient(): # 收到群聊消息 @gocq_app.receiver("GroupMessage") async def _(app: CQHTTP, source: GroupMessage): - gu.log(str(source), gu.LEVEL_INFO, max_len=9999) + # gu.log(str(source), gu.LEVEL_INFO, max_len=9999) global nick_qq # 将nick_qq转换为元组 @@ -802,7 +802,7 @@ class gocqClient(): @gocq_app.receiver("GuildMessage") async def _(app: CQHTTP, source: GuildMessage): - gu.log(str(source), gu.LEVEL_INFO, max_len=9999) + # gu.log(str(source), gu.LEVEL_INFO, max_len=9999) global nick_qq if nick_qq == None: nick_qq = ("ai","!","!")