fix: 修复级联指令组时出现载入错误的问题

This commit is contained in:
Soulter
2025-02-05 11:11:04 +08:00
parent a923baacd8
commit 92c57e5476
+1 -1
View File
@@ -64,7 +64,7 @@ def register_command(command_name: str = None, *args):
return decorator
def register_command_group(command_group_name: str = None, desc: str = "", *args):
def register_command_group(command_group_name: str = None, *args):
'''注册一个 CommandGroup
'''