My assorted cogs for Red-DiscordBot.
cswimr
5384809780
Some checks failed
This pull request adds a cog that allows for automatic reloading of local cogs. - [x] By submitting this pull request, I permit [cswimr](https://www.coastalcommits.com) to license my work under the [Mozilla Public License Version 2.0](https://www.coastalcommits.com/cswimr/SeaCogs/src/branch/main/LICENSE). Reviewed-on: #49 |
||
---|---|---|
.devcontainer | ||
.docs | ||
.forgejo | ||
.vscode | ||
antipolls | ||
aurora | ||
backup | ||
bible | ||
emojiinfo | ||
hotreload | ||
nerdify | ||
pterodactyl | ||
seautils | ||
.gitignore | ||
info.json | ||
LICENSE | ||
mkdocs.yml | ||
pyproject.toml | ||
README.md | ||
renovate.json | ||
uv.lock |
SeaCogs
My assorted cogs for Red-DiscordBot.
Development
To get started with a development environment, first clone this repository.
git clone https://coastalcommits.com/cswimr/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