> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeonbot.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Automod Filters

> A complete list of every text filter available in the Automod engine.

ZEON's Automod engine includes 13 highly configurable text filters. You can toggle these filters individually using the `.automod manage` command and customize their punishments using `.automod settings`.

***

## Spam Filters

### Anti Spam

Detects users sending rapid, consecutive messages in a short time frame.

### Similar Message Spam

Detects users repeatedly sending the exact same (or very similar) messages, preventing copy-paste raids.

### New Line Spam

Detects messages that contain an excessive number of line breaks (`\n`), which are often used to stretch messages and clog up the chat screen.

### Character Limit Spam

Detects massive walls of text that exceed reasonable character limits for normal conversation.

***

## Content Filters

### Anti Caps

Detects messages that consist of excessive capital letters (e.g., "HELLO EVERYONE LOOK AT THIS").

### Anti Zalgo Spam

Detects messages containing "Zalgo" text—heavily corrupted characters designed to glitch out Discord clients and stretch across the screen (e.g., `H̴̙̚ē̵̟l̵̫̐l̷̳̈́o`).

### Anti Emoji Spam

Detects messages containing an unreasonable amount of emojis in a single text block.

### Anti Mass Mention

Detects users attempting to ping large numbers of members or roles in a single message.

***

## Link & Media Filters

### Anti Link

Detects and deletes all unauthorized HTTP/HTTPS links.

### Anti Invites

Specifically detects and deletes unauthorized Discord server invite links (`discord.gg/`, `discord.com/invite/`).

### Anti NSFW Link

A maximum-heat filter that detects known explicit, adult, or dangerous websites. Triggering this filter typically results in an immediate ban or severe punishment.

### Anti Attachment Spam

Detects users attempting to upload a massive amount of images or files in a short period.

***

## Custom Filters

### Blacklist Word

Detects custom profanity or slurs defined by the Server Owner. See the [Blacklist Words](/automod/blacklist) page for details on how to configure this.
