SeaCogs/README.md
SeaswimmerTheFsh 8cee869907
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
fix(readme): fixed readme documentation badge
2024-01-16 15:00:09 +00:00

832 B

SeaCogs

Discord Python Version

My assorted cogs for Red-DiscordBot.

Development

To get started with a development environment, first clone this repository.

git clone https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs.git

Then, install Poetry.

pip install poetry

Finally, use Poetry to create a virtual environment with all of the dependencies required by my cogs.

poetry install