Update plugin.py
This commit is contained in:
@@ -475,7 +475,7 @@ class MutePlugin(BasePlugin):
|
|||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
"enable_smart_mute": ConfigField(type=bool, default=True, description="是否启用智能禁言Action"),
|
"enable_smart_mute": ConfigField(type=bool, default=True, description="是否启用智能禁言Action"),
|
||||||
"enable_mute_command": ConfigField(type=bool, default=False, description="是否启用禁言命令Command"),
|
"enable_mute_command": ConfigField(type=bool, default=False, description="是否启用禁言命令Command(调试用)"),
|
||||||
},
|
},
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"allowed_users": ConfigField(
|
"allowed_users": ConfigField(
|
||||||
|
|||||||
Reference in New Issue
Block a user