My assorted cogs for Red-DiscordBot.
Find a file
Seaswimmer 8cbe9d94cf
All checks were successful
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 39s
fix(aurora): pass interaction instead of interaction.client to the duration_edit_handler
2024-08-14 15:59:09 -04:00
.docs docs(pterodactyl): fixed some incorrect markdown formatting in one of the admonitions 2024-07-12 13:52:22 -04:00
.forgejo fix(workflow): nvm 2024-06-11 16:50:15 -04:00
antipolls Update antipolls/info.json 2024-07-23 13:54:04 -04:00
aurora fix(aurora): pass interaction instead of interaction.client to the duration_edit_handler 2024-08-14 15:59:09 -04:00
backup Update backup/info.json 2024-08-08 00:36:44 -04:00
bible fix(bible): pylint fix 2024-04-08 06:03:52 -04:00
emojiinfo fix(emojiinfo): pylint fix 2024-06-04 12:16:01 -04:00
nerdify feat(nerdify): added documentation link to cog-level help embed 2024-03-29 07:18:22 -04:00
pterodactyl misc(pterodactyl): added a missing typehint 2024-05-03 19:42:32 -04:00
seautils fix(seautils): fixed a maybe_send_embed call having an invalid kwarg 2024-08-13 02:39:40 -04: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): switch from dateparser to dateutil and add on parameter to history command 2024-08-10 13:27:49 -04:00
pyproject.toml feat(aurora): switch from dateparser to dateutil and add on parameter to history command 2024-08-10 13:27:49 -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