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, "logging_channel": 0,
"censor": { "censor": {
"additions": ["word", "another word"], "additions": ["word", "another word"],
"excludes": ["word", "another word"] "removals": ["word", "another word"]
} }
}, },
"administrators": { "administrators": {

View File

@ -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 @@
} }
} }
] ]
} }