debug
This commit is contained in:
@@ -103,6 +103,7 @@ class GroupBotManager:
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def handle_command(group_id, command_str):
|
def handle_command(group_id, command_str):
|
||||||
"""统一处理群功能指令"""
|
"""统一处理群功能指令"""
|
||||||
|
print(f"PermissionStatus handle_command command_str: {command_str}")
|
||||||
# 命令解析
|
# 命令解析
|
||||||
command_parts = command_str.strip().split("-")
|
command_parts = command_str.strip().split("-")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user