My assorted cogs for Red-DiscordBot.
Find a file
cswimr 5adc7a2c7b
Some checks failed
Actions / Build Documentation (MkDocs) (push) Successful in 35s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 38s
feat(hotreload): Add more events (#50)
# More HotReload Events
<!-- Create a new issue, if it doesn't exist yet -->
Currently, HotReload only supports file modification events. It should also support file moves, and some other event types.

- [x] By submitting this pull request, I permit cswimr to license my work under
  the [Mozilla Public License Version 2.0](https://www.coastalcommits.com/cswimr/SeaCogs/src/branch/main/LICENSE).

Reviewed-on: #50
2025-01-25 19:25:29 -05: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(deps): update www.coastalcommits.com/cswimr/actions:docs docker digest to e405cd6 2025-01-24 22:53:50 +00:00
.vscode feat(vscode): add --dev argument to redbot args 2025-01-25 16:50:51 -05: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(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
emojiinfo fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
hotreload feat(hotreload): Add more events (#50) 2025-01-25 19:25:29 -05:00
nerdify fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
pterodactyl fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
seautils fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
.gitignore switch to devcontainers 2025-01-24 22:17:25 +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 feat(hotreload): init (#49) 2025-01-25 23:55:37 +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 feat(hotreload): init (#49) 2025-01-25 23:55:37 +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