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

# Roblox Moderation

> In-game warns, kicks, bans, and BOLOs triggered from Discord.

Give staff a single place to act on rule-breakers. Actions execute in your ER:LC private server and optionally post to a moderation log channel in Discord.

<Warning>
  [Link ER:LC](/configuration/erlc-integration) before enabling this module — punishments are sent through the private server API.
</Warning>

## Staff commands

| Command                  | Access | Action                            |
| ------------------------ | ------ | --------------------------------- |
| **`/punish`**            | Staff  | Warn, kick, ban, or ban BOLO      |
| **`/punishments view`**  | Staff  | History for a Roblox username     |
| **`/bolo active`**       | Staff  | Active BOLO list                  |
| **`/punishment manage`** | Admin  | Update or remove by punishment ID |

## Enable in /config

<Steps>
  <Step title="Select Roblox Moderation">
    **`/config`** → **Roblox Moderation** → set **Module State** to **Enabled**.
  </Step>

  <Step title="Pick a log channel">
    Choose where moderation actions should appear in Discord.
  </Step>

  <Step title="Optional: in-game alerts">
    Under **Configure other options...**, toggle **Notify Users on Moderation** if warned players should see an in-game notification.
  </Step>
</Steps>

## Settings reference

<AccordionGroup>
  <Accordion title="Module State">
    Master switch for the entire moderation feature set.
  </Accordion>

  <Accordion title="Logging Channel">
    Discord text channel that receives a record of each action staff take through Warden.
  </Accordion>

  <Accordion title="Notify Users on Moderation">
    When on, players warned via Warden receive an in-game notification through the ER:LC API.
  </Accordion>
</AccordionGroup>
