SeaCogs/README.md
SeaswimmerTheFsh 038c9413ce
All checks were successful
Pylint / Pylint (3.11) (push) Successful in 40s
fix(readme): fixed broken hyperlink
2024-01-04 22:02:35 -05:00

741 B

SeaCogs

Discord Read the Docs Static Badge

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