Skip to main content

Word Filter

Block specific words, phrases, and regex patterns from being sent in your server.

Overview

The word filter scans every message against a list of banned words and regex patterns you define. Matches are deleted immediately. Supports plain words, substrings, and full regular expressions.

Managing words

Words are matched as substrings — bad matches bad, badword, really-bad, etc.
Shows all blocked words and patterns. Regex entries are marked with a regex tag.
Removes every entry from the word filter. This cannot be undone.

Regex patterns

Add a regular expression to catch more complex patterns that plain words can’t handle.
Invalid regex patterns are rejected before saving. Test your pattern at regex101.com first.

Whitelist a word

Remove a word or pattern from the filter without using filter remove — useful for quickly un-blocking something.

Migrate to Discord Automod

Export all non-regex words directly into a Discord native Automod rule. Existing keyword rules are merged rather than replaced.
Only plain words are migrated — regex patterns stay in raze’s filter only.

Exempt roles

Roles added here bypass the word filter entirely.
Running the command again removes the exemption.

Log channel