2023-12-14 18:22:43 -05:00
|
|
|
# SeaCogs
|
|
|
|
|
2024-01-04 22:01:49 -05:00
|
|
|
[![Discord](https://img.shields.io/discord/1070058354925383681?logo=discord&color=%235661f6)](https://discord.gg/eMUMe77Yb8)
|
2024-01-16 10:20:48 -05:00
|
|
|
[![Documentation](https://img.shields.io/badge/docs-CoastalCommits%20Pages-3e83fd?logo=materialformkdocs)](https://seacogs.coastalcommits.com)
|
2024-01-16 10:02:28 -05:00
|
|
|
![Python Versions](https://img.shields.io/badge/python-3.10%20%7C%203.11-%233776ab?logo=python)
|
2024-01-04 17:23:59 -05:00
|
|
|
|
2023-12-28 06:11:18 -05:00
|
|
|
My assorted cogs for Red-DiscordBot.
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
To get started with a development environment, first clone this repository.
|
|
|
|
|
|
|
|
```sh
|
|
|
|
git clone https://coastalcommits.com/SeaswimmerTheFsh/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
|
|
|
|
```
|