My assorted cogs for Red-DiscordBot.
.docs | ||
.forgejo | ||
antipolls | ||
aurora | ||
backup | ||
bible | ||
nerdify | ||
pterodactyl | ||
.gitignore | ||
info.json | ||
LICENSE | ||
mkdocs.yml | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
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