Skip to main content
Discord Bot

Tournament Commands

Browse tournaments, join registrations, check in, view brackets, and track match results directly from Discord.

/tournament list

List tournaments associated with your squad. Shows game, format, participant count, start date, and status.

ParameterTypeDescription
statusstringFilter by status: Registration Open (default), In Progress, Completed, or All.
Example usage
/tournament list
/tournament list status:In Progress

Response

Displays a rich embed showing up to 10 tournaments with game, format label (Single Elim, Double Elim, Round Robin), participant count, relative start time, and status badge. Only public tournaments are shown.

/tournament view

View detailed information about a specific tournament, including registration status, format, and current round info.

ParameterTypeDescription
tournamentstringTournament name or slug. Supports autocomplete.
Example usage
/tournament view tournament:friday-night-fights

Response Includes

  • Tournament name, description, and game
  • Format (Single Elimination, Double Elimination, Round Robin)
  • Participant count and max capacity
  • Status and current round (if in progress)
  • Start date and registration close date
  • Interactive buttons based on status (Join, Check In, or View Bracket)

/tournament join

Warning

Requires a linked ReadyRaider account. Use /link first.

Register for a tournament that has open registration. You can also join by clicking the "Join Tournament" button on a tournament embed.

ParameterTypeDescription
tournamentstringTournament to join. Supports autocomplete.
team_namestringYour team or player name. Defaults to your ReadyRaider display name.
Example usage
/tournament join tournament:friday-night-fights
/tournament join tournament:friday-night-fights team_name:Team Phoenix

Validation

  • Tournament must be in registration status
  • Tournament must not be full (participant count < max)
  • You cannot already be registered

/tournament checkin

Warning

Requires a linked ReadyRaider account.

Check in for a tournament during the check-in window. You must be registered and the tournament must be in check-in status.

ParameterTypeDescription
tournamentstringTournament to check in for. Supports autocomplete.
Example usage
/tournament checkin tournament:friday-night-fights

Note

The bot will notify you when the check-in window opens if tournament notifications are enabled in your server settings.

/tournament matches

View your upcoming matches in a tournament. Shows opponents, scores, and match status.

ParameterTypeDescription
tournamentstringTournament to view matches for. Supports autocomplete.
Example usage
/tournament matches tournament:friday-night-fights

/tournament bracket

View the current bracket for a tournament. Shows matches for a specific round with participants, scores, and match status.

ParameterTypeDescription
tournamentstringTournament to view bracket for. Supports autocomplete.
roundintegerSpecific round to view. Defaults to the current active round.
Example usage
/tournament bracket tournament:friday-night-fights
/tournament bracket tournament:friday-night-fights round:2

The embed includes a "View Bracket" link button that opens the full interactive bracket on the ReadyRaider website.

Interactive Buttons

Tournament embeds include contextual action buttons based on the tournament status:

Registration
Join TournamentView Bracket →
Check-in
Check InView Bracket →
In Progress / Completed
View Bracket →

Automatic Notifications

The bot posts automatic tournament notifications when enabled in your server settings:

🆕

New Tournament

Announced when a new tournament is created. Includes game, format, max participants, and start date.

📢

Registration Open

Posted when tournament status changes to registration. Includes a "Join" button and command instructions.

Check-in Open

Notifies all registered participants that check-in has started. Includes a "Check In" button.

🎮

Tournament Started

Announced when the tournament begins and brackets are generated.

🎯

Match Ready

Notifies participants when their next match is ready to play. Shows opponent and round information.

📊

Match Result

Announces match results as they are completed. Shows participants, scores, and the winner.

🏆

Tournament Complete

Announced when the tournament concludes. Links to the final bracket results.

Embed Status Colors

Tournament embeds use color-coded borders to indicate the current status at a glance:

ColorStatus
GrayDraft
GreenRegistration Open
AmberCheck-in
PurpleIn Progress
BlueCompleted
RedCanceled