# SeaCogs [](https://discord.gg/eMUMe77Yb8) [](https://seacogs.coastalcommits.com)  My assorted cogs for Red-DiscordBot. ## Development To get started with a development environment, first clone this repository. ```sh git clone https://coastalcommits.com/cswimr/SeaCogs.git ``` Then, install Poetry. ```sh pip install poetry ``` Finally, use Poetry to create a virtual environment with all of the dependencies required by my cogs. ```sh poetry install ```