This is the source code for the Rig-O-Mat 97.1, the one and only way to rig people into community games.
It is a Discord bot built with discord.py.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
echo 'DISCORD_TOKEN=your_discord_token' > .env