> For the complete documentation index, see [llms.txt](https://docs.managebot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.managebot.xyz/command-categories/filter/mention.md).

# Mention

## /filter mention enable

Enable the mention filter and set a limit for the maximum amount of raw mentions allowed per message. Raw mentions = the amount of @Mentions, not the amount of pings. Mentioning a person 20 times per message will ping them one time, but the bot will count the 20 mentions.&#x20;

{% hint style="warning" %}
Members need Manage Guild permission to change this setting.

The bot needs Ban Members permission to ban the authors of filtered messages.
{% endhint %}

```
/filter mention enable <int: mention_limit>
```

## /filter mention disable

Disable the mention filter globally for your server.

{% hint style="warning" %}
Members need Manage Guild permission to change this setting.
{% endhint %}

```
/filter mention disable
```

## /filter mention set-limit

Edit the limit you have configured.

{% hint style="warning" %}
Members need Manage Guild permission to change this setting.
{% endhint %}

```
/filter mention set-limit <int: mention_limit>
```
