See the discord.py docs for more info
Make a file called discord_token.txt in the folder secrets/ and paste your discord token into it.
Run docker compose up --build to start the bot.
Create and activate a venv with python -m venv venv and source venv/bin/activate.
Install poetry
Add dependencies with poetry add <dep> and make sure they're installed with poetry install
Any file with a setup function for a Cog in the bot/extensions/ folder will automatically be
added to the bot on startup