My assorted cogs for Red-DiscordBot.
Find a file
2024-03-08 14:56:50 -05:00
.docs docs(): updated urls to www.coastalcommits.com from coastalcommits.com 2024-03-04 23:54:56 -05:00
.forgejo fix(workflow): update for new docker image 2024-03-07 21:33:12 -05:00
aurora fix(aurora): remove humanize 2024-03-08 14:56:50 -05:00
backup feat(backup): allow for retrieving backup exports from bot messages if you reply to them 2024-03-07 13:47:40 -05:00
bible feat(repo): added help formatters for version numbers to cogs that have them and migrated to using red's inbuilt loggers instead of logging.getLogger 2024-03-07 03:38:34 -05:00
nerdify feat(repo): added help formatters for version numbers to cogs that have them and migrated to using red's inbuilt loggers instead of logging.getLogger 2024-03-07 03:38:34 -05:00
pterodactyl fix(pterodactyl): pylint fixes 2024-03-07 21:14:12 -05:00
.gitignore fix(workflow): hopefully finally fixed the meli deployment job 2024-01-06 19:48:58 +00:00
info.json fix(repo/docs): changed name back to seacogs/SeaCogs 2024-02-01 23:08:34 -05:00
LICENSE Initial commit 2023-12-14 23:22:43 +00:00
mkdocs.yml docs(pterodactyl): added a guide on installing Red on Pterodactyl 2024-03-04 15:26:25 -05:00
poetry.lock fix(aurora): remove humanize 2024-03-08 14:56:50 -05:00
pyproject.toml fix(aurora): remove humanize 2024-03-08 14:56:50 -05: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