-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Eli edited this page May 8, 2022
·
2 revisions
Here's a list of all the commands you can use in your server
* = required parameter
| Command | Description | Parameters / Subcommands |
|---|---|---|
| /deregister | Deregister from the tournament | |
| /fakejoin | Fake the bot joining the server | |
| /info | Shows info about the bot | |
| /link | Links your osu! account to your Discord Account | |
| /match | Create a matchup between two teams | * addlink: Quick test of message editing |
| /matches | Create a matchup between two teams | * create: Creates a new matchup * start: Starts a match |
| /register | Make a new team and register to the tournament | |
| /rounds | Configuring agent for the rounds in your tournament | * addmap: Adds a new map to a round * bulkaddmap: Adds multiple maps to a round from a spreadsheet * create: Create a new round * edit: Create a new round * list: List the rounds |
| /settings | Edit global settings for the bot | - change_nickname: Change the nickname of users when they link their account, or when they join. Default: true - linked_role: The role given to users with a linked account - player_role: The role given to users when they are registered to the tournament - match_results_channel: The channel in which match messages will be posted |
| /team | Manage your team as a captain | * edit: Edits your team * invite: Invite a user to your team * list: List the teams * view: A summary of your team, or someone elses |
| /tournaments | Configuring agent for your tournament | * activate: Changes which tournament the other commands apply to * create: Create a new tournament * delete: Deletes a tournament * edit: Edits the currently selected tournament * list: Lists all tournaments in this guild * registration: Toggles the ability for users to register to the tournament |
| /updatecommands | Updates guild permissions and commands |
| Command | Description | Parameters |
|---|---|---|
| /match addlink | Quick test of message editing | * link: The link to the lobby |
| Command | Description | Parameters |
|---|---|---|
| /matches create | Creates a new matchup | * round: The round acronym * team1: Any user from the first team * team2: Any user from the second team |
| /matches start | Starts a match | * round_acronym: The acronym of the round to start |
| Command | Description | Parameters |
|---|---|---|
| /rounds addmap | Adds a new map to a round | * acronym: The acronym for your round * identifier: The identifer for the map e.g. NM1 * map: The map link or ID - mods: A string of mods to add to the map, we'll take it from the identifier by default |
| /rounds bulkaddmap | Adds multiple maps to a round from a spreadsheet | * acronym: The acronym for your round * identifier_column: Column of map identifiers e.g. NM1 * id_column: Column of map IDs |
| /rounds create | Create a new round | * acronym: The acronym for your round - name: The name for your round - best_of: How many maps in a best of round - bans: How many bans each team is allowed in a round |
| /rounds edit | Create a new round | * acronym: The acronym for your round - name: The name for your round - best_of: How many maps in a best of round - bans: How many bans each team is allowed in a round - show_mappool: Whether the round's mappool is visible to players or not |
| /rounds list | List the rounds |
| Command | Description | Parameters |
|---|---|---|
| /team edit | Edits your team | - name: The name of the team - icon_url: Set a custom icon for your tournament - color: Set a custom color for your tournament e.g.(#0EB8B9) |
| /team invite | Invite a user to your team | * user: The user you want to invite |
| /team list | List the teams | |
| /team view | A summary of your team, or someone elses | - user: Select a user to view the team of |
| Command | Description | Parameters |
|---|---|---|
| /tournaments activate | Changes which tournament the other commands apply to | * acronym: The acronym of the tournament |
| /tournaments create | Create a new tournament | * acronym: Change the acronym of your tournament - name: The name for your tournament - score_mode: Changes the way scores are handled in the lobby - team_mode: Changes the way users play in the lobby - force_nf: NF should be used with all maps - team_size: Change the size of the team - x_v_x_mode: How many players are playing against eachother - icon_url: Set a custom icon for your tournament - color: Set a custom color for your tournament e.g.(#0EB8B9) |
| /tournaments delete | Deletes a tournament | * acronym: The acronym of the tournament |
| /tournaments edit | Edits the currently selected tournament | - name: The name for your tournament - acronym: Change the acronym of your tournament - score_mode: Changes the way scores are handled in the lobby - team_mode: Changes the way users play in the lobby - force_nf: NF should be used with all maps - team_size: Change the size of the team - icon_url: Set a custom icon for your tournament - color: Set a custom color for your tournament e.g.(#0EB8B9) |
| /tournaments list | Lists all tournaments in this guild | |
| /tournaments registration | Toggles the ability for users to register to the tournament | * enabled: Whether registrations are allowed or not |
