My assorted cogs for Red-DiscordBot.
Find a file
SeaswimmerTheFsh 8c6be4c30d
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 17s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 13s
Merge branch 'main' into updatechecker
2024-01-13 14:13:22 +00:00
.docs misc(docs): changed colors 2024-01-07 19:11:40 +00:00
.forgejo feat(workflow): updated workflow to the version on the UpdateChecker branch 2024-01-13 14:12:51 +00:00
aurora fix(aurora): fixed exporting moderation history 2024-01-12 07:07:24 +00:00
nerdify fix(nerdify): reverted an old commit 2024-01-07 14:20:19 +00:00
updatechecker fix(updatechecker): trying to figure out why I'm getting an error 2024-01-08 06:06:30 +00:00
.gitignore fix(workflow): hopefully finally fixed the meli deployment job 2024-01-06 19:48:58 +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 misc(docs): changed colors 2024-01-07 19:11:40 +00:00
poetry.lock feat(updatechecker): added the cog 2024-01-06 18:54:31 +00:00
pyproject.toml feat(updatechecker): added the cog 2024-01-06 18:54:31 +00: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