My assorted cogs for Red-DiscordBot.
Find a file
2023-12-28 18:58:41 -05:00
.forgejo fix(moderation): pylint fixes 2023-12-18 19:00:16 -05:00
art misc(art): disable/hide the cog 2023-12-28 17:08:13 -05:00
aurora fix(aurora): fixed NoneType typerror in auroraset list 2023-12-28 05:54:09 -05:00
nerdify feat(nerdify): introduced cog 2023-12-28 18:58:41 -05: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
poetry.lock misc(repo): removed mysql-connector-python from the poetry file 2023-12-28 06:09:23 -05:00
pyproject.toml misc(repo): removed mysql-connector-python from the poetry file 2023-12-28 06:09:23 -05:00
README.md misc(repo): added development instructions to my readme 2023-12-28 06:11:18 -05:00

SeaCogs

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