Skip to main content
The Blacklist Word filter is a customizable Automod module that allows you to define specific words or phrases that are not allowed in your server. If a member types a blacklisted word, their message is instantly deleted and they are punished according to your Automod settings.
Required Permission: is_server_owner — Only the Server Owner and Extra Owners can manage blacklisted words.

Commands

All commands for this filter are located under the .blword group.
CommandDescription
.blword add <word>Adds a word or phrase to the blacklist
.blword remove <word>Removes a word from the blacklist
.blword showDisplays all currently blacklisted words
.blword resetRemoves all words from the blacklist
.blword guideShows a quick reference guide in chat

Adding Multiple Words

You can add multiple words at once by separating them with commas.
.blword add badword1, badword2, bad phrase
The Blacklist Word filter uses substring matching. This means if you blacklist the word “ear”, the bot will also flag and delete “hear”, “bear”, and “tear”.Be very careful to only blacklist unique words or phrases to avoid false positives!