A Discord bot, built in python.
This project can be built with poetry.
First ensure that poetry is installed and available on your path.
To install the dependencies of this project, run
poetry install
Copy the .envtemplate
file to a new file named .env
and update the placeholder values accordingly.
To run the project inside a poetry virtual environment, run
poetry run python main.py
After updating your codebase with new commits, dependencies added or updated by other developers can be introduced to your working environment by running
poetry update
For more information on using poetry to manage dependencies, refer to the poetry documentation.