refactor: 恢复命令权限设置

This commit is contained in:
RockChinQ
2024-02-06 23:57:21 +08:00
parent 2a913ed24c
commit b5b67ad958
5 changed files with 24 additions and 11 deletions

View File

@@ -42,6 +42,9 @@ class CommandOperator(metaclass=abc.ABCMeta):
name: str
"""名称,搜索到时若符合则使用"""
path: str
"""路径所有父节点的name的连接用于定义命令权限"""
alias: list[str]
"""同name"""