feature:加入插件管理插件,用于通过指令管理插件的装载等操作。

This commit is contained in:
liuwei
2025-03-19 13:43:05 +08:00
parent a24c64ad09
commit eaa516516b
4 changed files with 377 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
[PluginManager]
enable = true
command = ["插件", "plugin", "插件管理"]
command-format = """
-----Bot-----
🔧插件管理指令:
插件 列表 - 查看所有插件
插件 启用 [插件名] - 启用插件
插件 禁用 [插件名] - 禁用插件
插件 重载 [插件名] - 重新加载插件
插件 卸载 [插件名] - 卸载插件
插件 加载 [插件名] - 加载插件
插件 信息 [插件名] - 查看插件详情
"""