fix configs

This commit is contained in:
oSumAtrIX 2023-07-06 23:05:35 +02:00
parent 36e29abce0
commit 4c20b16feb
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
2 changed files with 8 additions and 4 deletions

View File

@ -10,7 +10,7 @@
"logging_channel": 0,
"censor": {
"additions": ["word", "another word"],
"excludes": ["word", "another word"]
"removals": ["word", "another word"]
}
},
"administrators": {

View File

@ -12,8 +12,12 @@
"media_channels": [],
"logging_channel": 1027892160797872179,
"censor": {
"additions": ["nigga"],
"removals": ["ass"]
"additions": [
"nigga"
],
"removals": [
"ass"
]
}
},
"administrators": {
@ -368,4 +372,4 @@
}
}
]
}
}