Mention Spam

Detect mass-mention spam and apply escalating punishments with Nevi's mention filter.

How it works

The mention filter counts user mentions and role mentions in a single message. If the total exceeds the threshold, the configured escalation step is applied.

Default threshold: 5 mentions per message. Both @user and @role mentions count toward this limit.

Configuration

Set the mention limit with the threshold subcommand.

Usage

/automod threshold mentions <count>Set the maximum number of mentions allowed in a single message before the filter triggers

Example

/automod threshold mentions 3Triggers when a message contains 3 or more mentions

Default setup

When you run /automod on, the mention filter is created with these steps:

Step 1: warn + delete

First violation: the message is deleted and the user receives a warning.

/automod step mentions 1 warn,delete

Step 2: mute 30m + delete

Second violation (within the violation window): the user is muted for 30 minutes and the message is deleted.

/automod step mentions 2 mute,delete 30m

Related Commands

/automodmanagementRequires mod

Configure the automod system