diff --git a/robot.py b/robot.py index 3045219..245ee7d 100644 --- a/robot.py +++ b/robot.py @@ -399,6 +399,7 @@ class Robot(Job): plugin_processed = await self.process_plugin_message(message) self.LOG.debug(f"plugin_processed: {plugin_processed}") # 处理群聊命令或私聊命令 + self.LOG.debug(f"from_user: {from_user}-self.wxid: {self.wxid}") if from_user == self.wxid: # 自己发送的消息 if is_group: rsp = self.gbm.handle_command(group_id, content.clean_content)