feat:插件现已支持command

This commit is contained in:
SengokuCola
2025-06-09 17:35:47 +08:00
parent 095cbbe58c
commit 86c3d4be1e
6 changed files with 316 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ class MuteAction(PluginAction):
"当有人要求禁言自己时使用",
"如果某人已经被禁言了,就不要再次禁言了,除非你想追加时间!!"
]
enable_plugin = True # 启用插件
enable_plugin = False # 启用插件
associated_types = ["command", "text"]
action_config_file_name = "mute_action_config.toml"