Skip to main content
Discord Bot

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.

ParameterTypeDescription
statusstringFilter by status: Upcoming (default), Past, or All.
Example usage
/raid list
/raid list status:Past

Response

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.

ParameterTypeDescription
raid_idstringThe raid ID (first 8 characters are sufficient). Supports autocomplete.
Example usage
/raid view raid_id:a1b2c3d4

Response 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

Requires your Discord account to be linked to ReadyRaider and you must be a squad admin or owner.

Create a new raid for your squad directly from Discord.

ParameterTypeDescription
titlestringThe name of the raid (e.g., "Vault of Glass").
datestringDate in YYYY-MM-DD format (e.g., 2026-03-15).
timestringTime in 24-hour HH:MM format (e.g., 20:00).
templatestringUse a saved raid template for roles and settings. Supports autocomplete.
descriptionstringOptional description for the raid.
max_participantsintegerMaximum number of participants allowed.
Example usage
/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-raid

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

ParameterTypeDescription
raid_idstringThe raid ID to post. Supports autocomplete.
channelchannelChannel to post in. Defaults to the current channel.
Example usage
/raid post raid_id:a1b2c3d4
/raid post raid_id:a1b2c3d4 channel:#raid-signups

/raid cancel

Warning

Requires squad admin or owner permissions.

Cancel a scheduled raid. This updates the raid status and disables signup buttons on any posted embeds.

ParameterTypeDescription
raid_idstringThe 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.

ParameterTypeDescription
raid_idstringThe raid to sign up for. Supports autocomplete.
rolestringYour preferred role (e.g., Tank, Healer, DPS). Autocompletes from available raid roles.
statusstringSignup status: Confirmed (default), Tentative, or Declined.
Example usage
/signup raid_id:a1b2c3d4
/signup raid_id:a1b2c3d4 role:Healer
/signup raid_id:a1b2c3d4 role:Tank status:Tentative

Note

Discord-only users (without a linked ReadyRaider account) can still sign up for raids in public squads. Their Discord username will be displayed in the signup list.

Interactive Signup Buttons

When a raid embed is posted (via /raid post or /raid view), it includes interactive buttons for quick signups:

Sign UpTentativeDeclineView on Web →
  • 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:

🛡️ Tank
💚 Healer
⚔️ DPS

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:

EmojiStatusMeaning
ConfirmedPlayer is attending
TentativePlayer might attend
DeclinedPlayer is not attending
WaitlistRole or raid is full, player is on standby
🪑BenchPlayer is benched by an admin
👻No ShowPlayer 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.