My assorted cogs for Red-DiscordBot.
Find a file
2025-01-26 13:16:54 +00:00
.devcontainer feat(devcontainer): initialize redbot instance in postCreateCommand 2025-01-25 22:50:35 +00:00
.docs docs(pterodactyl): link to the pelican-eggs repository instead of some random fork 2024-09-25 12:07:53 -04:00
.forgejo chore(tooling): disable too-many-positional-arguments 2025-01-26 00:48:25 +00:00
.vscode chore(vscode): add some settings overrides 2025-01-26 13:07:46 +00:00
antipolls fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
aurora fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
backup fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
bible fix(bible): ruff fixes 2025-01-26 13:16:54 +00:00
emojiinfo fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
hotreload fix(hotreload): use %s formatting in logging strings 2025-01-26 01:53:40 +00:00
nerdify fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
pterodactyl fix(pterodactyl): fix a ruff violation 2025-01-26 13:09:15 +00:00
seautils style(seautils): reformat 2025-01-26 01:54:02 +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 fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
pyproject.toml chore(repo): reformat pyproject.toml and disable a stupid linting rule 2025-01-26 13:16:26 +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 2025-01-26 13:08:33 +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