My assorted cogs for Red-DiscordBot.
Find a file
2025-01-24 23:17:21 +00:00
.docs docs(pterodactyl): fixed some incorrect markdown formatting in one of the admonitions 2024-07-12 13:52:22 -04:00
.forgejo fix(actions): updated container tags 2025-01-24 23:17:21 +00:00
antipolls feat(repo): updated all cogs (except aurora) to use the help formatting present in the indev version of aurora 2025-01-24 23:17:21 +00:00
aurora fix(aurora): fixed two pydantic validation errors 2024-09-25 22:57:57 -04:00
backup fix(backup): update for red 3.5.13 2025-01-24 23:17:21 +00:00
bible feat(repo): updated all cogs (except aurora) to use the help formatting present in the indev version of aurora 2025-01-24 23:17:21 +00:00
emojiinfo feat(repo): updated all cogs (except aurora) to use the help formatting present in the indev version of aurora 2025-01-24 23:17:21 +00:00
nerdify feat(repo): updated all cogs (except aurora) to use the help formatting present in the indev version of aurora 2025-01-24 23:17:21 +00:00
pterodactyl feat(repo): updated all cogs (except aurora) to use the help formatting present in the indev version of aurora 2025-01-24 23:17:21 +00:00
seautils feat(repo): updated all cogs (except aurora) to use the help formatting present in the indev version of aurora 2025-01-24 23:17:21 +00:00
.gitignore add __pycache__ to .gitignore 2024-08-02 10:33:49 -04:00
info.json misc(repo): add index_name key to info.json 2024-05-23 18:00:56 +00:00
LICENSE Initial commit 2023-12-14 23:22:43 +00:00
mkdocs.yml docs(emojiinfo): made docs visible on the navigation header 2024-05-08 16:10:34 -04:00
poetry.lock feat(aurora): updated phx-class-registry to ^5.0.0 and fixed some typos 2024-09-20 14:49:28 -04:00
pyproject.toml feat(aurora): updated phx-class-registry to ^5.0.0 and fixed some typos 2024-09-20 14:49:28 -04:00
README.md fix(readme): changed documentation badge 2024-01-16 15:20:48 +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/SeaswimmerTheFsh/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