SeaCogs/README.md
cswimr 9cba1767e6
Some checks failed
Actions / Build Documentation (MkDocs) (push) Failing after 22s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 39s
fix(repo): update all instances of SeaswimmerTheFsh to cswimr
2024-08-27 14:25:14 -04:00

755 B

SeaCogs

Discord Documentation Python Versions

My assorted cogs for Red-DiscordBot.

Development

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

git clone https://coastalcommits.com/cswimr/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