My assorted cogs for Red-DiscordBot.
Find a file
2025-01-24 17:20:47 -06:00
.devcontainer switch to devcontainers 2025-01-24 17:20:47 -06:00
.docs docs(pterodactyl): link to the pelican-eggs repository instead of some random fork 2025-01-24 17:20:31 -06:00
.forgejo chore(deps): update www.coastalcommits.com/cswimr/actions:uv docker digest to 211aaf7 2025-01-24 17:20:47 -06:00
.vscode switch to devcontainers 2025-01-24 17:20:47 -06:00
antipolls fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +00:00
aurora fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +00:00
backup fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +00:00
bible fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +00:00
emojiinfo fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +00:00
nerdify fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +00:00
pterodactyl fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +00:00
seautils fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +00:00
.gitignore switch to devcontainers 2025-01-24 17:20:47 -06:00
info.json fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +00:00
LICENSE Initial commit 2023-12-14 23:22:43 +00:00
mkdocs.yml fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +00:00
pyproject.toml remove poetry file and update workflow file to use correct meli secret 2025-01-24 17:20:47 -06:00
README.md fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +00:00
renovate.json chore(repo): update renovate config 2025-01-24 17:20:47 -06:00
uv.lock chore(repo): add uv.lock file 2025-01-24 17:20:47 -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