Who can run it
Server administrators only, until you say otherwise.
Discord hides this command from everyone else, so members will not see it in the command
picker at all. To open it up, go to Server Settings →
Integrations → Team Up and add a role or member override for /team_admin.
Command permission overrides are desktop-only — they cannot be configured from the
Discord mobile app.
Subcommands
/team_admin create Create a new team with specified size and optional members
| Option | Type | What it does |
|---|---|---|
| team_id * | text | Unique identifier for the team |
| team_size * | integer min 1 | Number of players on this team |
| members | text | Initial team members (mention multiple users) - optional |
* required
/team_admin list List all teams on this server
| Option | Type | What it does |
|---|---|---|
| team_size | integer min 1 | Filter teams by size (optional) |
* required
/team_admin modify Modify an existing team's roster or size
| Option | Type | What it does |
|---|---|---|
| team_id * | text | Identifier of the team to modify |
| members | text | Updated team members (mention users) - omit to remove all members |
| team_size | integer min 1 | Updated maximum team size |
* required
/team_admin add_member Add a single member to an existing team
| Option | Type | What it does |
|---|---|---|
| team_id * | text | Identifier of the team |
| player * | user | Player to add to the team |
* required
/team_admin remove_member Remove a single member from an existing team
| Option | Type | What it does |
|---|---|---|
| team_id * | text | Identifier of the team |
| player * | user | Player to remove from the team |
* required
/team_admin set_captain Set or remove the captain for a team (captains submit match results)
| Option | Type | What it does |
|---|---|---|
| team_id * | text | Identifier of the team |
| captain | user | Player to designate as captain (omit to remove captain) |
* required
/team_admin delete Delete an existing team
| Option | Type | What it does |
|---|---|---|
| team_id * | text | Name of the team to delete |
| confirmation * | text | Confirm deletion of the team Choices: no, confirm |
* required
Other Teams commands
Named teams with their own rosters and ratings.
Back to the full command reference →