My assorted cogs for Red-DiscordBot.
Find a file
SeaswimmerTheFsh e02a97f689
Some checks failed
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 23s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 24s
Merge branch 'main' into tts
2024-02-28 11:30:51 -05:00
.docs misc(docs): removed method reference from nerdify.md 2024-02-14 13:20:20 -05:00
.forgejo fix(workflow): do not cancel pylint if ruff fails 2024-02-28 11:30:04 -05:00
aurora fix(aurora): fixed a dangerous-default-value pylint warning in database.mysql_log() 2024-02-28 11:01:33 -05:00
backup fix(backup): pylint fix 2024-02-28 10:56:46 -05:00
bible fix(bible): actual pylint fix 2024-02-03 13:37:55 -05:00
nerdify misc(repository): black reformat 2024-02-02 11:22:08 -05:00
tts fix(tts): awaited a coroutine 2024-02-21 11:48:27 -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 misc(docs): changed header colors 2024-02-10 23:47:36 +00:00
poetry.lock Merge branch 'main' into tts 2024-02-28 11:28:24 -05:00
pyproject.toml Merge branch 'main' into tts 2024-02-28 11:28:24 -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