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

# Modules

***

title: Modules
description: Available AutoMod protections.
-------------------------------------------

## Anti Scam

Detects known scam messages and malicious content.

## Anti Mass Mention

Detects excessive user mentions in a single message.

### Threshold

Configurable maximum mention count.

## Anti Links

Detects external links.

Useful for preventing advertising and malicious links.

## Anti Invites

Detects Discord invite links.

Useful for preventing server advertisements.

## Anti Spam

Detects excessive message spam.

### Threshold

* Message count
* Time interval

Example:

* 5 messages in 5 seconds

## Anti Repeat

Detects repeatedly sending identical messages.

Useful against copy-paste spam.

## Anti Caps

Detects excessive capital letters.

Useful for reducing message flooding and shouting.

## Anti Emoji

Detects excessive emoji usage.

### Threshold

Configurable maximum emoji count.

## Punishments

Each module can have its own punishment.

Supported punishments include:

* Warn
* Timeout
* Kick
* Ban

depending on the selected module configuration.
