From 087f82205b0efee1b008ea48eba73bf75702899b Mon Sep 17 00:00:00 2001 From: dust-19 <75648013+dust-19@users.noreply.github.com> Date: Tue, 20 Apr 2021 11:12:44 -0400 Subject: [PATCH] add info about the filter to README.md it isn't said to put that in the swear filter file, and i figured it'd be nice for people trying to fork it --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 440a341c..95404050 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,22 @@ created, use the following format. "role_react_channel": long, "role_react_message": long - } \ No newline at end of file + } +``` + +**Swear Filter** + +After setting up the config, you will need to paste the following into the swear filter file. Otherwise, commands will not work and it will error whenever a message is sent. + +```json +{ + "equal": [ + ], + "prefix": [ + ], + "suffix": [ + ], + "part": [ + ] +} +```