mirror of https://github.com/Mai-with-u/MaiBot.git
Update plugin.py
parent
2e1ecb41b7
commit
a221f8c5ab
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue