mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
修复管理员插件加载路径错误
This commit is contained in:
parent
75369411b3
commit
14d075bc17
@ -74,7 +74,7 @@ class PluginSetting(BaseModel):
|
||||
插件设置
|
||||
"""
|
||||
|
||||
cmd: Optional[List[str]] = [] # 命令 或 命令别名
|
||||
cmd: List[str] = [] # 命令 或 命令别名
|
||||
default_status: bool = True # 默认开关状态
|
||||
level: int = 5 # 功能权限等级
|
||||
limit_superuser: bool = False # 功能状态是否限制超级用户
|
||||
|
||||
Loading…
Reference in New Issue
Block a user