Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 315 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 315 Bytes

rig-o-mat

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.

Installation

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
echo 'DISCORD_TOKEN=your_discord_token' > .env