Skip to content

raidensakura/raiden-cogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



A collection of badly written cogs I made for fun in the process of learning Python.

Installation

[p]load downloader
[p]repo add raiden-cogs https://github.com/raidensakura/raiden-cogs/
[p]cog install raiden-cogs <cog_name>

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.

Dev Stuff

Formatting

To make sure things stay nice and clean.

pip install -U black isort
black . ; isort .

.vscode/settings.json

To make sure the venv always open when I work on cogs.

{
	"python.terminal.activateEnvironment": true,
	"python.terminal.activateEnvInCurrentTerminal": true,
	"python.defaultInterpreterPath": "C:\\Users\\Raiden\\redenv\\Scripts\\python.exe"
}

Credits

About

Raiden's cogs for Red Discord Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages