A collection of badly written cogs I made for fun in the process of learning Python.
[p]load downloader
[p]repo add raiden-cogs https://github.com/raidensakura/raiden-cogs/
[p]cog install raiden-cogs <cog_name>
Name | Description |
throw | Throw random stuff at your Discord friends. This is a modified version of the Roleplay cog by owo. |
longcat | Summon differently-colored longcat. This is a modified version of the Longcat cog by Aioxas. |
choose | A cog to replace Red Bot's General cog choose command to something more intuitive. |
pcmasterrace | A cog to track PC build combo and rank them among other builds in the server. |
- Install development dependencies.
$ uv sync --dev
- Run the pre-commit hook.
$ uv run pre-commit
- Install the pre-commit hook (Optional).
$ uv run pre-commit install
Alternatively, you can also lint the codebase manually
$ uv run black .
$ uv run ruff format .
- ow0x for their Roleplay cog
- Aioxas for their Longcat cog
- Cog-Creators Community for Red Bot and its documentation