My assorted cogs for Red-DiscordBot.
Find a file
Renovate f1c1972c7d
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Failing after 24s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 44s
chore(deps): update www.coastalcommits.com/cswimr/actions:docs docker digest to 693f287
2025-02-01 17:03:34 +00:00
.devcontainer chore(tooling): switch to zsh in the dev shell 2025-02-01 16:56:49 +00:00
.docs feat(hotreload): add pre-compilation 2025-01-29 23:24:19 +00:00
.forgejo chore(deps): update www.coastalcommits.com/cswimr/actions:docs docker digest to 693f287 2025-02-01 17:03:34 +00:00
.vscode feat(repo): make all cogs pylance-typechecking compliant 2025-02-01 16:57:45 +00:00
antipolls feat(repo): make all cogs pylance-typechecking compliant 2025-02-01 16:57:45 +00:00
aurora fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
backup feat(repo): make all cogs pylance-typechecking compliant 2025-02-01 16:57:45 +00:00
bible feat(repo): make all cogs pylance-typechecking compliant 2025-02-01 16:57:45 +00:00
emojiinfo feat(repo): make all cogs pylance-typechecking compliant 2025-02-01 16:57:45 +00:00
hotreload feat(repo): make all cogs pylance-typechecking compliant 2025-02-01 16:57:45 +00:00
nerdify feat(repo): make all cogs pylance-typechecking compliant 2025-02-01 16:57:45 +00:00
pterodactyl feat(repo): make all cogs pylance-typechecking compliant 2025-02-01 16:57:45 +00:00
seautils feat(repo): make all cogs pylance-typechecking compliant 2025-02-01 16:57:45 +00:00
.gitignore chore(repo): add two paths to gitignore 2025-01-26 13:08:02 +00:00
info.json fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
LICENSE Initial commit 2023-12-14 23:22:43 +00:00
mkdocs.yml docs(hotreload): add docs 2025-01-26 15:29:07 +00:00
pyproject.toml chore(deps): update dependencies 2025-02-01 16:56:34 +00:00
README.md fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
renovate.json chore(repo): update renovate config 2024-12-27 22:53:54 -05:00
uv.lock chore(deps): update dependencies 2025-02-01 16:56:34 +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/cswimr/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