From 8df96d79266745476c09a8ab2425d9c316cc34ca Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 19 Feb 2025 09:07:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E5=8A=A0=E7=BE=A4=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot.py b/robot.py index ec89980..28cd6a8 100644 --- a/robot.py +++ b/robot.py @@ -163,7 +163,7 @@ class Robot(Job): elif match: try: group_id = get_first_group_id(match.group(1)) - self.LOG.info(f"邀请加入{match.group(1)}群{msg.sender}") + self.LOG.info(f"邀请加入{match.group(1)}群,ID:{group_id}{msg.sender}") self.wcf.invite_chatroom_members(group_id, msg.sender) except Exception as e: self.LOG.error(f"邀请加入群出错:{e}")