Auto-Moderation
Configure auto-moderation filters to protect your server from bad words, spam, links, mentions, and more. Includes advanced wildcard and regex filters for Pro Engine.
Filters
badwords
Block custom words or phrases from chat
links
Block all URLs (Pro: domain allowlisting)
spam
Detect repeated messages and spam behavior
mentions
Prevent excessive @mention spam
invites
Block Discord invite links
capslock
Detect and moderate excessive caps usage
Usage Examples
Enable or disable auto-moderation: bash /automod toggle enabled:true
Configure bad words filter: bash /automod badwords toggle enabled:true /automod badwords words:add badword1,badword2 /automod badwords action:delete - Supports multiple actions: delete, warn, timeout
Configure link filter: bash /automod links toggle enabled:true /automod links action:delete Blocks all URLs by default. Pro servers can
allowlist specific domains.
Manage allowed domains (Pro Engine required): bash /automod domains add google.com,github.com /automod domains remove google.com /automod domains list /automod domains clear
Pro Engine Features
Pro Engine unlocks advanced filtering capabilities: - Domain Allowlisting
— Whitelist trusted domains while blocking all other links - Wildcard
Filters — Use patterns like *spam* to catch variations - Regex Filters
— Advanced regex patterns for precise content moderation
Permissions Required
- Manage Server or Manage Roles — Required for all
/automodcommands
What You'll See
Configuration panel with interactive buttons to toggle filters, set actions, and manage word lists. Moderation actions are applied automatically when violations are detected.