My assorted cogs for Red-DiscordBot.
Find a file
2024-03-02 13:21:12 -05:00
.docs docs(pterodactyl): don't make the user give the subuser permissions it doesn't need 2024-03-02 13:21:12 -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
pterodactyl fix(pterodactyl): match the correct group in check_if_server_message 2024-03-02 12:41:54 -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): flushed out the docs more 2024-03-01 23:35:12 -05:00
poetry.lock fix(pterodactyl): fixed broken poetry.lock file 2024-02-28 11:31:47 -05:00
pyproject.toml Merge remote-tracking branch 'origin/main' into pterodactyl 2024-02-28 11:06:32 -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