调试加群代码

This commit is contained in:
liuwei
2025-02-19 09:07:26 +08:00
parent 70f6079bd4
commit 8df96d7926

View File

@@ -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}")