From 4c20b16feb74609c8c22fb475b11940e9543606d Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 6 Jul 2023 23:05:35 +0200 Subject: [PATCH] fix configs --- configuration.example.json | 2 +- configuration.revanced.json | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) 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