My assorted cogs for Red-DiscordBot.
Go to file
2024-04-08 06:03:52 -04:00
.docs docs(backup): updated docs with a disclaimer about version compatibility 2024-03-29 03:31:00 -04:00
.forgejo fix(workflow): update for new docker image 2024-03-07 21:33:12 -05:00
aurora misc(repo): changed all logger names 2024-04-08 05:55:35 -04:00
backup feat(backup): red 3.5.8 support 2024-04-08 06:01:50 -04:00
bible fix(bible): pylint fix 2024-04-08 06:03:52 -04:00
nerdify feat(nerdify): added documentation link to cog-level help embed 2024-03-29 07:18:22 -04:00
pterodactyl misc(repo): changed all logger names 2024-04-08 05:55:35 -04:00
.gitignore fix(workflow): hopefully finally fixed the meli deployment job 2024-01-06 19:48:58 +00:00
info.json fix(repo/docs): changed name back to seacogs/SeaCogs 2024-02-01 23:08:34 -05:00
LICENSE Initial commit 2023-12-14 23:22:43 +00:00
mkdocs.yml fix(docs): disabled social plugin so the documentation builds 2024-03-29 03:33:02 -04:00
poetry.lock feat(bible): added the api.bible icon to embeds 2024-04-06 06:15:00 -04:00
pyproject.toml feat(bible): added the api.bible icon to embeds 2024-04-06 06:15:00 -04:00
README.md fix(readme): changed documentation badge 2024-01-16 15:20:48 +00:00

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/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