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": [ + ] +} +```