My assorted cogs for Red-DiscordBot.
Find a file
2024-01-05 06:00:45 +00:00
.docs feat(docs): bunch of updates and changes and crap 2024-01-04 21:57:54 -05:00
.forgejo fix(moderation): pylint fixes 2023-12-18 19:00:16 -05:00
aurora misc(aurora): removed ``` from all of the files that had it, replaced with redbot.core.utils.chat_formatting.box() 2024-01-05 06:00:45 +00:00
nerdify feat(docs): bunch of updates and changes and crap 2024-01-04 21:57:54 -05:00
.gitignore misc(aurora): removed ``` from all of the files that had it, replaced with redbot.core.utils.chat_formatting.box() 2024-01-05 06:00:45 +00:00
.readthedocs.yml feat(docs): added documentation using mkdocs and readthedocs 2024-01-04 17:23:11 -05:00
info.json repo: added repository info.json 2023-12-28 04:23:30 -05:00
LICENSE Initial commit 2023-12-14 23:22:43 +00:00
mkdocs.yml feat(docs): bunch of updates and changes and crap 2024-01-04 21:57:54 -05:00
poetry.lock feat(docs): added documentation using mkdocs and readthedocs 2024-01-04 17:23:11 -05:00
pyproject.toml feat(docs): added documentation using mkdocs and readthedocs 2024-01-04 17:23:11 -05:00
README.md fix(readme): fixed broken hyperlink 2024-01-04 22:02:35 -05:00

SeaCogs

Discord Read the Docs Static Badge

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