Raid Commands
Create and manage raids, sign up with interactive buttons, and get real-time signup updates directly in Discord.
/raid list
List upcoming raids for your squad. Shows raid title, date, status, and participant count.
| Parameter | Type | Description |
|---|---|---|
status | string | Filter by status: Upcoming (default), Past, or All. |
/raid list
/raid list status:PastResponse
Displays a rich embed with up to 10 raids showing title, scheduled date (with Discord timestamp formatting), status, and a short ID. Use /raid view with the ID for full details.
/raid view
View detailed information about a specific raid, including the full signup roster organized by role.
| Parameter | Type | Description |
|---|---|---|
raid_id | string | The raid ID (first 8 characters are sufficient). Supports autocomplete. |
/raid view raid_id:a1b2c3d4Response Includes
- •Raid title, description, and status
- •Scheduled date with Discord timestamp (shows in your local timezone)
- •Signup count (confirmed / max participants)
- •Role breakdown with individual signups and status emojis
- •Interactive buttons: Sign Up, Tentative, Decline, and View on Web
/raid create
Warning
Create a new raid for your squad directly from Discord.
| Parameter | Type | Description |
|---|---|---|
title | string | The name of the raid (e.g., "Vault of Glass"). |
date | string | Date in YYYY-MM-DD format (e.g., 2026-03-15). |
time | string | Time in 24-hour HH:MM format (e.g., 20:00). |
template | string | Use a saved raid template for roles and settings. Supports autocomplete. |
description | string | Optional description for the raid. |
max_participants | integer | Maximum number of participants allowed. |
/raid create title:Vault of Glass date:2026-03-15 time:20:00 max_participants:6
/raid create title:Weekly Raid Night date:2026-03-18 time:19:30 template:destiny-raidIf no template is specified, default roles of Tank, Healer, and DPS are used. After creating, use /raid post to post the signup embed to a channel.
/raid post
Post a raid signup embed to a channel. The embed includes interactive Sign Up, Tentative, and Decline buttons, and updates in real-time as signups change.
| Parameter | Type | Description |
|---|---|---|
raid_id | string | The raid ID to post. Supports autocomplete. |
channel | channel | Channel to post in. Defaults to the current channel. |
/raid post raid_id:a1b2c3d4
/raid post raid_id:a1b2c3d4 channel:#raid-signups/raid cancel
Warning
Cancel a scheduled raid. This updates the raid status and disables signup buttons on any posted embeds.
| Parameter | Type | Description |
|---|---|---|
raid_id | string | The raid ID to cancel. Supports autocomplete. |
/signup
Quick command to sign up for a raid. Can also be done via the interactive buttons on a posted raid embed.
| Parameter | Type | Description |
|---|---|---|
raid_id | string | The raid to sign up for. Supports autocomplete. |
role | string | Your preferred role (e.g., Tank, Healer, DPS). Autocompletes from available raid roles. |
status | string | Signup status: Confirmed (default), Tentative, or Declined. |
/signup raid_id:a1b2c3d4
/signup raid_id:a1b2c3d4 role:Healer
/signup raid_id:a1b2c3d4 role:Tank status:TentativeNote
Interactive Signup Buttons
When a raid embed is posted (via /raid post or /raid view), it includes interactive buttons for quick signups:
- ✓Sign Up — Marks you as confirmed. If roles are required, a dropdown menu appears to select your role.
- ?Tentative — Marks you as tentative (maybe attending). Useful when you're not sure of your availability.
- ×Decline — Marks you as declined. You can change your status later by clicking a different button.
- →View on Web — Opens the raid page on the ReadyRaider website for full details.
Role Selection
When a raid has roles configured and "Require Role" is enabled, clicking the Sign Up button will show a dropdown menu with the available roles:
Select your role:
Role limits are displayed in the signup embed (e.g., "Tank (1/2)"). When a role is full, you can still sign up but may be placed on the waitlist.
Status Indicators
Each signup in the raid embed shows a status emoji:
| Emoji | Status | Meaning |
|---|---|---|
| ✅ | Confirmed | Player is attending |
| ❓ | Tentative | Player might attend |
| ❌ | Declined | Player is not attending |
| ⏳ | Waitlist | Role or raid is full, player is on standby |
| 🪑 | Bench | Player is benched by an admin |
| 👻 | No Show | Player did not attend (set after the raid) |
Automatic Notifications
When enabled in your notification settings, the bot automatically posts the following raid notifications:
New Raid Created
Posted when a raid is created (on web or via Discord). Includes date, spots, duration, and a Sign Up button. Can mention a configured role.
Embed Auto-Update
Posted raid embeds automatically update when signups change, so the roster is always current. No manual refresh needed.
Raid Cancelled
When a raid is cancelled, the embed color changes to red and signup buttons are disabled.