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.
| Parameter | Type | Description |
|---|---|---|
status | string | Filter by status: Registration Open (default), In Progress, Completed, or All. |
/tournament list
/tournament list status:In ProgressResponse
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.
| Parameter | Type | Description |
|---|---|---|
tournament | string | Tournament name or slug. Supports autocomplete. |
/tournament view tournament:friday-night-fightsResponse 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
/link first.Register for a tournament that has open registration. You can also join by clicking the "Join Tournament" button on a tournament embed.
| Parameter | Type | Description |
|---|---|---|
tournament | string | Tournament to join. Supports autocomplete. |
team_name | string | Your team or player name. Defaults to your ReadyRaider display name. |
/tournament join tournament:friday-night-fights
/tournament join tournament:friday-night-fights team_name:Team PhoenixValidation
- •Tournament must be in registration status
- •Tournament must not be full (participant count < max)
- •You cannot already be registered
/tournament checkin
Warning
Check in for a tournament during the check-in window. You must be registered and the tournament must be in check-in status.
| Parameter | Type | Description |
|---|---|---|
tournament | string | Tournament to check in for. Supports autocomplete. |
/tournament checkin tournament:friday-night-fightsNote
/tournament matches
View your upcoming matches in a tournament. Shows opponents, scores, and match status.
| Parameter | Type | Description |
|---|---|---|
tournament | string | Tournament to view matches for. Supports autocomplete. |
/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.
| Parameter | Type | Description |
|---|---|---|
tournament | string | Tournament to view bracket for. Supports autocomplete. |
round | integer | Specific round to view. Defaults to the current active round. |
/tournament bracket tournament:friday-night-fights
/tournament bracket tournament:friday-night-fights round:2The 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:
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:
| Color | Status |
|---|---|
| Gray | Draft |
| Green | Registration Open |
| Amber | Check-in |
| Purple | In Progress |
| Blue | Completed |
| Red | Canceled |