Solar Car
Find a file
2025-09-30 18:27:04 +00:00
.github/workflows Added ruff format check 2025-09-30 18:25:34 +00:00
cogs Bot Base 2025-09-30 17:46:51 +00:00
.gitignore Bot Base 2025-09-30 17:46:51 +00:00
CONTRIBUTING.md Added ruff format check 2025-09-30 18:25:34 +00:00
main.py Bot Base 2025-09-30 17:46:51 +00:00
README.md Bot Base 2025-09-30 17:46:51 +00:00

Discord Bot


Discord bot for the Solar Car Design Team

Usage


At this time the only dependency of this project is discord.py. To install it, run the following command:

pip install discord.py

You will also need to generate a discord bot token to use this script, that can be done in the discord developer portal

Put your token in an environment variable named DISCORD_BOT_TOKEN

To run the program, just run the main.py file with:

python3 main.py