This commit is contained in:
liuwei
2025-02-17 14:32:36 +08:00
parent 20fc630d78
commit 7757190eb7

View File

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