猛男视频迁移成插件。删除原有逻辑
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
enable = true
|
||||
command = ["美腿", "腿来"]
|
||||
command-format = """
|
||||
-----Bot-----
|
||||
🦵美腿图片指令:
|
||||
美腿
|
||||
腿来
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
enable = true
|
||||
command = ["点歌", "音乐", "音乐点播", "点播音乐", "音乐点歌"]
|
||||
command-format = """
|
||||
-----Bot-----
|
||||
🎵点歌指令:
|
||||
点歌 歌曲名
|
||||
"""
|
||||
@@ -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}
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
enable = true
|
||||
command = ["黑丝视频", "黑丝", "来个黑丝", "搞个黑丝"]
|
||||
command-format = """
|
||||
-----Bot-----
|
||||
🎬视频指令:
|
||||
黑丝
|
||||
"""
|
||||
@@ -2,7 +2,6 @@
|
||||
enable = true
|
||||
command = ["图来", "秀人", "美图", "随机图片"]
|
||||
command-format = """
|
||||
-----Bot-----
|
||||
🖼️秀人图片指令:
|
||||
图来
|
||||
秀人
|
||||
|
||||
Reference in New Issue
Block a user