My assorted cogs for Red-DiscordBot.
Find a file
SeaswimmerTheFsh a725ec1073
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 57s
fix(workflow): set branch variable
2024-01-06 19:45:10 +00:00
.docs misc(docs): moved active development admonition to aurora's index 2024-01-06 18:17:47 +00:00
.forgejo fix(workflow): set branch variable 2024-01-06 19:45:10 +00:00
aurora misc(aurora): working on blacklists 2024-01-06 18:31:59 +00:00
nerdify fix(nerdify): actually fixed the error message 2024-01-05 09:36:29 +00:00
.gitignore fix(workflow): please bro 2024-01-06 19:37:47 +00: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 fix(docs): reenabled social plugin 2024-01-06 16:07:26 +00: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