SeaswimmerTheFsh
f2b983ea52
All checks were successful
Pylint / Pylint (3.11) (push) Successful in 43s
27 lines
664 B
Markdown
27 lines
664 B
Markdown
# SeaCogs
|
|
|
|
![Discord](https://img.shields.io/discord/1070058354925383681?logo=discord&color=%235661f6)
|
|
![Read the Docs](https://img.shields.io/readthedocs/seacogs?logo=readthedocs)
|
|
![Static Badge](https://img.shields.io/badge/python-3.10%20%7C%203.11-%233776ab?logo=python)
|
|
|
|
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
|
|
```
|