猛男视频迁移成插件。删除原有逻辑
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
enable = true
|
||||
command = ["插件", "plugin", "插件管理"]
|
||||
command-format = """
|
||||
-----Bot-----
|
||||
🔧插件管理指令:
|
||||
插件 列表 - 查看所有插件
|
||||
插件 启用 [插件名] - 启用插件
|
||||
|
||||
@@ -314,7 +314,7 @@ class PluginManagerPlugin(MessagePluginInterface):
|
||||
|
||||
# 构建插件详情消息
|
||||
status_text = "✅ 已启用" if plugin.status == PluginStatus.RUNNING else "❌ 已禁用"
|
||||
message = f"""-----Bot-----
|
||||
message = f"""
|
||||
📦 插件详情:{plugin.name}
|
||||
📝 描述:{plugin.description}
|
||||
🔢 版本:{plugin.version}
|
||||
|
||||
Reference in New Issue
Block a user