My assorted cogs for Red-DiscordBot.
Find a file
2025-01-24 23:18:06 +00:00
.docs fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +00:00
.forgejo fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +00: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 feat(aurora): added a Moderation model 2024-05-04 13:41:11 -04: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
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 fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +00:00
README.md fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2025-01-24 23:18:06 +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