https://github.com/raidensakura/raiden-cogs
Raiden's cogs for Red Discord Bot
https://github.com/raidensakura/raiden-cogs
Last synced: about 2 months ago
JSON representation
Raiden's cogs for Red Discord Bot
- Host: GitHub
- URL: https://github.com/raidensakura/raiden-cogs
- Owner: raidensakura
- License: mit
- Created: 2022-12-07T17:39:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-28T03:33:32.000Z (7 months ago)
- Last Synced: 2025-12-30T09:32:35.929Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

A collection of badly written cogs I made for fun in the process of learning Python.
Installation
```ini
[p]load downloader
[p]repo add raiden-cogs https://github.com/raidensakura/raiden-cogs/
[p]cog install raiden-cogs
```
List of Cogs
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.
hoyotools
A tool to manage your Hoyoverse game accounts. Currently support features like code redemption, and auto-claim daily login.
Contributing
This project has included pre-commit script that can automatically run black and ruff linter on every commit.
1. Install development dependencies.
```console
$ uv sync --dev
```
2. Run the pre-commit hook.
```console
$ uv run pre-commit
```
3. Install the pre-commit hook (Optional).
```console
$ uv run pre-commit install
```
Alternatively, you can also lint the codebase manually
```console
$ uv run black .
$ uv run ruff format .
```
Credits
-
ow0x for their Roleplay cog -
Aioxas for their Longcat cog -
Cog-Creators Community for Red Bot and its documentation

