mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-04-30 06:24:27 +02:00
feat: take contributor roles on mute (#19) [skip ci]
This commit is contained in:
parent
80bef2150a
commit
e20e5b178f
@ -3,7 +3,7 @@
|
||||
"embed_color": 14908858,
|
||||
"mute": {
|
||||
"role": 953984696491061289,
|
||||
"take": [996121272897519687]
|
||||
"take": [996121272897519687, 965267139902705744, 995126555867086938]
|
||||
}
|
||||
},
|
||||
"administrators": {
|
||||
@ -25,7 +25,7 @@
|
||||
"match": ["(?i)(((vanced|download|install|get|manager).*){2,})"]
|
||||
},
|
||||
"excludes": {
|
||||
"roles": [],
|
||||
"roles": [934329947164667954],
|
||||
"match": ["(?i)music", "(?i)eta", "(?i)error"]
|
||||
},
|
||||
"condition": {
|
||||
@ -69,7 +69,7 @@
|
||||
"match": ["(?i)(((help|how|install|fix|vanced|manager).*){3,})"]
|
||||
},
|
||||
"excludes": {
|
||||
"roles": [],
|
||||
"roles": [934329947164667954],
|
||||
"match": ["(?i)download", "(?i)get"]
|
||||
},
|
||||
"condition": {
|
||||
@ -115,7 +115,7 @@
|
||||
]
|
||||
},
|
||||
"excludes": {
|
||||
"roles": [],
|
||||
"roles": [934329947164667954],
|
||||
"match": ["(?i)error", "(?i)problem"]
|
||||
},
|
||||
"condition": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user