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,
|
"embed_color": 14908858,
|
||||||
"mute": {
|
"mute": {
|
||||||
"role": 953984696491061289,
|
"role": 953984696491061289,
|
||||||
"take": [996121272897519687]
|
"take": [996121272897519687, 965267139902705744, 995126555867086938]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"administrators": {
|
"administrators": {
|
||||||
@ -25,7 +25,7 @@
|
|||||||
"match": ["(?i)(((vanced|download|install|get|manager).*){2,})"]
|
"match": ["(?i)(((vanced|download|install|get|manager).*){2,})"]
|
||||||
},
|
},
|
||||||
"excludes": {
|
"excludes": {
|
||||||
"roles": [],
|
"roles": [934329947164667954],
|
||||||
"match": ["(?i)music", "(?i)eta", "(?i)error"]
|
"match": ["(?i)music", "(?i)eta", "(?i)error"]
|
||||||
},
|
},
|
||||||
"condition": {
|
"condition": {
|
||||||
@ -69,7 +69,7 @@
|
|||||||
"match": ["(?i)(((help|how|install|fix|vanced|manager).*){3,})"]
|
"match": ["(?i)(((help|how|install|fix|vanced|manager).*){3,})"]
|
||||||
},
|
},
|
||||||
"excludes": {
|
"excludes": {
|
||||||
"roles": [],
|
"roles": [934329947164667954],
|
||||||
"match": ["(?i)download", "(?i)get"]
|
"match": ["(?i)download", "(?i)get"]
|
||||||
},
|
},
|
||||||
"condition": {
|
"condition": {
|
||||||
@ -115,7 +115,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"excludes": {
|
"excludes": {
|
||||||
"roles": [],
|
"roles": [934329947164667954],
|
||||||
"match": ["(?i)error", "(?i)problem"]
|
"match": ["(?i)error", "(?i)problem"]
|
||||||
},
|
},
|
||||||
"condition": {
|
"condition": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user