mirror of https://github.com/Mai-with-u/MaiBot.git
🤖 自动格式化代码 [skip ci]
parent
a221f8c5ab
commit
2683e0b24a
|
|
@ -475,7 +475,9 @@ 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