diff --git a/configuration.example.json b/configuration.example.json index f1b6242..075319c 100644 --- a/configuration.example.json +++ b/configuration.example.json @@ -10,7 +10,7 @@ "logging_channel": 0, "censor": { "additions": ["word", "another word"], - "excludes": ["word", "another word"] + "removals": ["word", "another word"] } }, "administrators": { diff --git a/configuration.revanced.json b/configuration.revanced.json index 4612903..531a53c 100644 --- a/configuration.revanced.json +++ b/configuration.revanced.json @@ -12,8 +12,12 @@ "media_channels": [], "logging_channel": 1027892160797872179, "censor": { - "additions": ["nigga"], - "removals": ["ass"] + "additions": [ + "nigga" + ], + "removals": [ + "ass" + ] } }, "administrators": { @@ -368,4 +372,4 @@ } } ] -} +} \ No newline at end of file