Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 935 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 935 Bytes

Bio-bot

A Discord bot, built in python.

Installation

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

Configuration

Copy the .envtemplate file to a new file named .env and update the placeholder values accordingly.

Run

To run the project inside a poetry virtual environment, run

poetry run python main.py

Development

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.