Leaderboard Tutorials

Invite the Discord Bot

To get started with Team Up Bot, you'll need to invite it to your Discord server. You can do this by visiting the official Discord App Store and clicking the "Add App" button on the top right corner of the page.

Permissions

The bot requires the following permissions to function properly. If you don't want to give the bot all the permissions, you can give it the minimum permissions required to function.

Invite the bot

Creating a headless queue

To create a headless queue, you'll need to use the /headless_matchmaking_channel command. This command will create a message with two buttons, a join button and leave button. Players can join the queue by clicking the join button and leave the queue by clicking the leave button. Once enough players have joined the queue, the bot will match players together and create a lobby.

Headless 1v1 queue

/headless_matchmaking_channel title: "Headless Queue" description: "Join the queue to play a match" team_size: 1 teams_required: 2 lobby_notification_channel: #matchmaking

Headless 2v2 queue

/headless_matchmaking_channel title: "Headless Queue" description: "Join the queue to play a match" team_size: 2 teams_required: 2 lobby_notification_channel: #matchmaking

Headless 1v1 queue with voice channels

/headless_matchmaking_channel title: "Headless Queue" description: "Join the queue to play a match" team_size: 1 teams_required: 2 lobby_notification_channel: #matchmaking create_voice_channels: Shared Voice Channel

Headless 1v1 queue with elo rating limit

/headless_matchmaking_channel title: "Headless Queue" description: "Join the queue to play a match" team_size: 1 teams_required: 2 lobby_notification_channel: #matchmaking max_elo_diff: 200

Hosting a match

To host a match, you'll need to use the /host command. This command will create a message with two buttons, a join button and leave button. Once enough players have joined the match, the bot will create a lobby and notify the players to join the lobby.

Host 1v1 lobby

/host lobby:Rocket League versus:1v1