A discord bot to organise teams for private matches based on the user's set mmr.
- 6 person queue
- Multiple games on same server
- Players can set their MMR
- Teams can be decided with:
- Two captains
- Balanced by MMR
- Random
- Queue for x amount of minutes
- Slash commands
- Copy & rename .env_template to .env, adding values for each of the settings
- Install Docker
- To build the docker image, run
docker build --tag rlpmdb .
- To deploy the bot in detatched mode, run
docker run --detach rlpmdb
- Fork this repository
- Install Python 3.11
- Install the libraries from requirements.txt
pip3 install -r requirements.txt
- Create a Discord bot (click on 'Applications'), getting the token
- Copy & rename .env_template to .env, adding values for each of the settings
- Run the bot from
main.py
GNU General Public License v3.0