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

# Block MrBeast Scam Images on Discord

> Block MrBeast scam images, fake giveaways, and other image-based scams automatically in your Discord server

<Note>Requires **Manage Server** permission</Note>

Scrump can detect and block MrBeast scam images posted in your Discord server, including fake giveaways and impersonation scams. It also protects your community from other known image-based scams. You choose whether Scrump removes the message, takes action against the sender, or alerts your moderation team.

## Enable Scam Protection

Use `/automod enable block-scams` and select an option from `actions_taken`.

The available actions are:

| Option                           | What Scrump does                                                      |
| -------------------------------- | --------------------------------------------------------------------- |
| **Mute user and delete message** | Removes the message and temporarily mutes the sender.                 |
| **Ban user and delete message**  | Removes the message and bans the sender.                              |
| **Kick user and delete message** | Removes the message and kicks the sender.                             |
| **Delete message**               | Removes the message without punishing the sender.                     |
| **Send alert/log only**          | Leaves the message and sender untouched, then alerts your moderators. |

<Tip>Start with **Send alert/log only** if you want to review detections before enabling automatic moderation.</Tip>

## Configure Alerts

The command includes two optional alert settings:

* `alerts_channel` - The channel where detection alerts should be sent.
* `ping_alert_role` - A role to mention when an alert is sent.

`alerts_channel` is required when using **Send alert/log only**. For the other action choices, you may leave it empty if you do not want an alert in your server.

<Steps>
  <Step title="Choose the actions">
    Run `/automod enable block-scams` and choose the response you want from `actions_taken`.
  </Step>

  <Step title="Choose an alerts channel">
    Select a private moderation or logging channel using `alerts_channel`.
  </Step>

  <Step title="Choose a role to ping (optional)">
    Select a moderator role using `ping_alert_role` if your team should be notified immediately.
  </Step>
</Steps>

```text theme={null}
/automod enable block-scams actions_taken: Delete message alerts_channel: #mod-logs ping_alert_role: @Moderators
```

## What Moderators See

Alerts identify the member, the channel, the message, and the action taken. This gives moderators enough context to review the detection and follow up when needed.

## Required Bot Permissions

Scrump needs permissions that match the actions you select:

* **Manage Messages** to delete scam messages.
* **Moderate Members** to mute users.
* **Kick Members** to kick users.
* **Ban Members** to ban users.
* **Send Messages** and **Embed Links** in the selected alerts channel.

If Scrump cannot perform the selected action, update its server permissions and run the enable command again.

## Disable Scam Protection

Use `/automod disable block-scams` to stop scam-image moderation for the server.

Disabling the feature also clears its selected action, alerts channel, and ping role. You can enable it again later with new settings.
