More customization added by now allowing the user to define a custom JSON file to read instead of just a list in the python file to be used as the words to filter for. You can now also get more feedback when filtering messages. Instead of the message checker just returning a bool value to tell you if it found anything or not, it now can also return a list of dictionaries that indicate the word found, a censored version of the word, and the number of times it found the word in the message. You can find more information on using [custom JSON files](https://github.com/MrDogeBro/content_filter#custom-json-file-structure) and [returning information on the words found](https://github.com/MrDogeBro/content_filter#filtering-messages) in the project [README](https://github.com/MrDogeBro/content_filter).