⚠️ Warning System
The warning system allows staff members to formally issue warnings to users. Each warning is logged and automatically expires after 90 days.
Warnings require the Moderate Members permission to use.
Commands
| Command | Description |
|---|---|
/warn add @user reason | Issue a warning to a user with a reason |
/warn list @user | View all active warnings for a user |
/warn remove ID | Remove a warning by its case ID |
How it works
- When a warning is issued, the user receives a DM notification with the reason and expiration date.
- Each warning has a unique case ID visible in
/warn list. - Warnings automatically expire after 90 days and no longer appear in the list.
- Warnings can be manually removed at any time using
/warn remove.
Example
# Warn a user
/warn add @Username Spamming in #general
# View their warnings
/warn list @Username
# Remove warning #42
/warn remove 42