Solar Car
Find a file
Rhys Winslett b225082b4f
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
Revert "test linter" (it works!)
This reverts commit 8742f32eab.
2026-02-16 06:04:34 +00:00
.woodpecker use custom container to reduce log spam 2026-02-16 06:01:17 +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 Revert "test linter" (it works!) 2026-02-16 06:04:34 +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