AutoMod is GameVox’s built-in automated moderation system. It runs server-side, catches problems before they hit your chat, and is fully configurable by server owners.
Available rules
Keyword Filter
Block messages containing specific words or phrases. Supports whole-word matching so “class” doesn’t trigger a filter for “ass”. Add as many keywords as you need.
Link Filter
Block all links, or set up an allow/deny list for specific domains. Useful for servers that want to prevent spam links while still allowing YouTube or Twitch clips.
Mention Spam
Set a maximum number of mentions per message. Stops people from @everyone-ing or mass-pinging your members.
Caps Filter
Prevent messages that are mostly capital letters. Configurable threshold so short messages like “GG” don’t get caught.
Toxicity Detection (Gold+)
Automated detection of toxic content using natural language processing. Handles l33tspeak substitutions and common evasion attempts. Not perfect, but catches the obvious stuff.
Regex Patterns (Gold+)
Write your own custom patterns for advanced filtering. If you know regex, you can match anything.
Actions
Each rule can trigger one or more actions:
- Block: silently remove the message
- Warn: send the user a private notice
- Alert: notify moderators in a designated channel
- Timeout: progressive timeout (5 min, 1 hour, 24 hours for repeat offenders)
Exemptions
Any rule can exempt specific roles or channels. Your moderator team probably doesn’t need the caps filter, and your meme channel might need looser link rules.
Configure AutoMod in Server Settings > AutoMod.