My assorted cogs for Red-DiscordBot.
Find a file
SeaswimmerTheFsh 6fbfa96cf2
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 17s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 13s
feat(docs): added Backup documentation
2024-01-31 12:31:37 -05:00
.docs feat(docs): added Backup documentation 2024-01-31 12:31:37 -05:00
.forgejo fix(workflow): do not continue with the documentation build if the build fails 2024-01-16 17:46:58 +00:00
aurora feat(repo): updated info.json's of nerdify and aurora 2024-01-16 18:07:20 +00:00
backup feat(backup): changed export format 2024-01-31 12:18:55 -05:00
nerdify feat(repo): updated info.json's of nerdify and aurora 2024-01-16 18:07:20 +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 feat(docs): added Backup documentation 2024-01-31 12:31:37 -05: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