> ## 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.

# Infractions

> Internal staff discipline with logging, DMs, and optional approval.

Infractions are for *your team*, not in-game players. Management documents warnings, strikes, and terminations with a paper trail in Discord — optionally gated behind approval and custom embeds.

## Commands

All require **Management** (or Server Administrator):

* **`/infraction issue`** — Create a new record
* **`/infraction list`** — View someone's history
* **`/infraction manage`** — Open a specific infraction by ID

## Built-in types

Warden ships with these defaults (customization may vary by plan):

Activity Notice · Verbal Warning · Warning · Strike · Demotion · Termination

## Configuration map

<Steps>
  <Step title="Channels">
    Set **Infractions Channel** (public staff record) and **Infraction Audit Logs** (history/audit).
  </Step>

  <Step title="Behavior toggles">
    **Configure other options...** → **Options** — DMs, confirmation prompts, approval, issuer visibility.
  </Step>

  <Step title="Embed branding">
    **Configure other options...** → **Customise Embed** — colors, author line, title, description, thumbnail.
  </Step>
</Steps>

## Options explained

<AccordionGroup>
  <Accordion title="Notify On Infractions">
    DMs the staff member when an infraction is issued.
  </Accordion>

  <Accordion title="Notify On Voided Infractions">
    DMs when an infraction is voided.
  </Accordion>

  <Accordion title="Infraction Confirmation">
    Adds a confirmation step before issuing.
  </Accordion>

  <Accordion title="Require Approval">
    Holds the infraction until a **Management** role approves it.
  </Accordion>

  <Accordion title="Show Infraction Issuer">
    Adds a button revealing who issued the action.
  </Accordion>
</AccordionGroup>

## Default embed snapshot

| Field       | Starting value                 |
| ----------- | ------------------------------ |
| Color       | `#2b2d31`                      |
| Author      | `Infracted by: {issuer.name}`  |
| Title       | `Staff Disciplinary Action`    |
| Description | Staff member, type, and reason |
| Thumbnail   | `{issuer.icon}`                |

Full placeholder list: [Variables → Infractions](/configuration/variables).
