diff --git a/robot_cmd/robot_command.py b/robot_cmd/robot_command.py index 95337a0..29d1986 100644 --- a/robot_cmd/robot_command.py +++ b/robot_cmd/robot_command.py @@ -103,6 +103,7 @@ class GroupBotManager: @staticmethod def handle_command(group_id, command_str): """统一处理群功能指令""" + print(f"PermissionStatus handle_command command_str: {command_str}") # 命令解析 command_parts = command_str.strip().split("-")