A Discord bot written in Discord.py that runs ranked competitive matches for xRC Simulator and submits scores to the Second Robotics API.
- Install all the necessary dependencies by running
pip install -r requirements.txt. - Set up your environment variables by creating a
.envfile and filling in the required values. An example.envfile can be found here. - Run the bot by running
python3 main.py.