forked from blizzthewolf/SeaCogs
My assorted cogs for Red-DiscordBot.
SeaswimmerTheFsh
3c4fba46b6
- changed how the cog loads, instead of depending on the `PyLavPlayer` cog, it'll just load PyLav from the `__init__.py` file - moved configuration to a separate file - added a configuration menu - added pylav as a dependency in poetry and `info.json` - set repository python version to `>=3.11,<3.12` |
||
---|---|---|
.docs | ||
.forgejo | ||
aurora | ||
backup | ||
bible | ||
nerdify | ||
tts | ||
.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