My assorted cogs for Red-DiscordBot.
Find a file
Seaswimmer 860eccb52a
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 17s
Actions / Build Documentation (MkDocs) (push) Successful in 13s
Merge pull request 'Aurora Configuration Rewrite' (#15) from aurora-config-rewrite into main
Reviewed-on: https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs/pulls/15
2024-01-16 17:19:07 +00:00
.docs fix(docs): removed some inline html 2024-01-16 15:24:24 +00:00
.forgejo feat(workflow): updated workflow to the version on the UpdateChecker branch 2024-01-13 14:12:51 +00:00
aurora fix(aurora): fixed incorrect example usage for [p]aurora timedelta 2024-01-16 14:29:57 +00:00
nerdify fix(nerdify): reverted an old commit 2024-01-07 14:20:19 +00:00
.gitignore fix(workflow): hopefully finally fixed the meli deployment job 2024-01-06 19:48:58 +00:00
info.json repo: added repository info.json 2023-12-28 04:23:30 -05:00
LICENSE Initial commit 2023-12-14 23:22:43 +00:00
mkdocs.yml fix(docs): fixed incorrect site url 2024-01-07 12:59:29 +00:00
poetry.lock feat(docs): added documentation using mkdocs and readthedocs 2024-01-04 17:23:11 -05:00
pyproject.toml feat(docs): added documentation using mkdocs and readthedocs 2024-01-04 17:23:11 -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