My assorted cogs for Red-DiscordBot.
Find a file
cswimr e4f419ec7b
Some checks failed
Actions / Build Documentation (MkDocs) (push) Failing after 27s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 52s
chore(repo): formatting
2025-02-06 06:41:00 -06:00
.devcontainer chore(repo): formatting 2025-02-06 06:41:00 -06:00
.docs feat(hotreload): add pre-compilation 2025-01-29 23:24:19 +00:00
.forgejo chore(repo): update pull request template 2025-01-29 23:34:52 +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
.envrc chore(tooling): re-add nix flake and update deps 2025-02-04 20:18:31 -06:00
.gitignore chore(tooling): re-add nix flake and update deps 2025-02-04 20:18:31 -06:00
flake.lock chore(tooling): re-add nix flake and update deps 2025-02-04 20:18:31 -06:00
flake.nix chore(tooling): re-add nix flake and update deps 2025-02-04 20:18:31 -06:00
info.json chore(repo): formatting 2025-02-06 06:41:00 -06: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(tooling): re-add nix flake and update deps 2025-02-04 20:18:31 -06: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-06 06:40:49 -06: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