mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-04-30 06:24:27 +02:00
fix configs
This commit is contained in:
parent
36e29abce0
commit
4c20b16feb
@ -10,7 +10,7 @@
|
|||||||
"logging_channel": 0,
|
"logging_channel": 0,
|
||||||
"censor": {
|
"censor": {
|
||||||
"additions": ["word", "another word"],
|
"additions": ["word", "another word"],
|
||||||
"excludes": ["word", "another word"]
|
"removals": ["word", "another word"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"administrators": {
|
"administrators": {
|
||||||
|
@ -12,8 +12,12 @@
|
|||||||
"media_channels": [],
|
"media_channels": [],
|
||||||
"logging_channel": 1027892160797872179,
|
"logging_channel": 1027892160797872179,
|
||||||
"censor": {
|
"censor": {
|
||||||
"additions": ["nigga"],
|
"additions": [
|
||||||
"removals": ["ass"]
|
"nigga"
|
||||||
|
],
|
||||||
|
"removals": [
|
||||||
|
"ass"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"administrators": {
|
"administrators": {
|
||||||
@ -368,4 +372,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user