# Changing Limits

Configure how many times each action can be performed within the 10-minute window before triggering punishment.

## Understanding Limits

Each dangerous action has a configurable limit:

* **Lower limits** = Stricter protection (recommended for sensitive servers)
* **Higher limits** = More lenient (for active moderation teams)

**Example:** Setting the ban limit to `3` means a user can ban up to 3 members in 10 minutes. The 4th ban triggers punishment.

## Using the Dashboard

1. Go to [securitybot.gg](https://securitybot.gg/) and log in
2. Select your server from the dashboard
3. Navigate to the **Anti-Nuke** category
4. Adjust the **Maximum/Punishment** values for each action
5. Click **Save**

## Using Commands

```
/setlimit
```

1. Type `/setlimit`
2. Select the action you want to modify (ban, kick, etc.)
3. Enter the new limit number
4. Send the command

## Recommended Limits

| Server Size       | Ban  | Kick  | Channel Delete | Role Delete |
| ----------------- | ---- | ----- | -------------- | ----------- |
| Small (<500)      | 2-3  | 3-5   | 1-2            | 1-2         |
| Medium (500-5000) | 3-5  | 5-10  | 2-3            | 2-3         |
| Large (5000+)     | 5-10 | 10-15 | 3-5            | 3-5         |

> **Note:** These are suggestions. Adjust based on your moderation team's activity level.

## Tips

* Start with lower limits and increase if your moderators hit them during normal work
* Monitor your logs to see if limits are being reached legitimately
* Consider whitelisting trusted moderators instead of raising limits
