My assorted cogs for Red-DiscordBot.
Find a file
2024-05-13 21:09:02 -04:00
.docs docs(emojiinfo): changed a string 2024-05-08 16:11:09 -04:00
.forgejo feat(repo): Transitioning to issue forms 2024-05-04 10:06:26 -04:00
antipolls fix(antipolls): doesn't need to be marked as hidden anymore 2024-04-16 12:39:57 -04:00
aurora fix(aurora): updated the aurora importer to have all of the currently implemented moderation types 2024-05-04 12:57:27 -04:00
backup fix(backup): updated to red 3.5.9 2024-04-24 17:13:49 -04:00
bible fix(bible): pylint fix 2024-04-08 06:03:52 -04:00
emojiinfo fix(emojiinfo): pylint fixes 2024-05-08 16:06:22 -04:00
nerdify feat(nerdify): added documentation link to cog-level help embed 2024-03-29 07:18:22 -04:00
pterodactyl misc(pterodactyl): added a missing typehint 2024-05-03 19:42:32 -04:00
seautils feat(seautils): added some more functionality to showcode 2024-05-13 21:09:02 -04:00
.gitignore fix(repo): some minor poetry changes 2024-04-10 10:01:44 -04: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(emojiinfo): made docs visible on the navigation header 2024-05-08 16:10:34 -04:00
poetry.lock feat(emojiinfo): added most of the cog's functionality 2024-05-08 14:26:03 -04:00
pyproject.toml feat(emojiinfo): added most of the cog's functionality 2024-05-08 14:26:03 -04: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