Discord bot to split players into random teams. Hosted on heroku.
https://discordapp.com/api/oauth2/authorize?client_id=678602247709524024&permissions=16779264&scope=bot
Bot that splits members into teams.
Random:
shuffle Takes list of voice channels. Splits players evenly into given chan...
No Category:
help Shows this message
Type $rng help command for more info on a command.
You can also type $rng help category for more info on a category.
cp .env.example .env
Paste token into .env
docker build . -f Dockerfile -t random-team
docker run -d random-team
Python 3.8.3
python -m pip install -r requirements.txt
export DISCORD_BOT_TOKEN="paste token here"
python random_team/bot.py