Discord bot to create custom tourneys for ELO character ranking
python -m venv ./.venv/gauntlet
source ./.venv/gauntlet/bin/activate
Install Discord python library in the virtual environment
pip install -U discord.py
Create the Discord app by following the "Getting Started" guide here.