Note: This is an unapproved repo, meaning no one formally reviewed this repo yet and any loss of data in your bot isn't my fault (well maybe not, I mean, I use my cogs for my bot as well)
but hey, if at all you come across a bug, report it to me in discord.
A fun oriented list of Red-Cogs made for fun ofc.
Discord User: epic guy#0715
Docs: https://npc-cogs.readthedocs.io/en/latest
To add cogs from this repo to your instance, do these steps:
[p]repo add npc-cogs https://github.com/npc203/npc-cogs
[p]cog install npc-cogs <cog name>
[p]load <cog name>
Cog | Status | Description |
---|---|---|
Speak | Alpha | Speak as others or for yourselfThis uses webhooks to mimic the person's identity and speak what you type, it also can speak stuff for you (insults and sadme) |
Weeb | Alpha | Bunch of Otaku emoticonsExpwess youw weebness using the bunch of wandom weeb emoticons UwU |
Todo | Alpha | A todo cogA simple todo cog to remember your tasks |
Alpha | A google search cog with tons of functionsThis cog scrapes google to get results/reverse image search, cards, books, images, etc.. (siu3334 did a lotta work in this cog as well) |
|
TypeRacer | Alpha | Typing speed testTest your typing skills with this cog |
CustomHelp | Beta | A category themed custom helpKindly read https://npc-cogs.readthedocs.io/en/latest/customhelp.html on how to setup |
Snake | Beta | A simple Snake GameThis is a classical snake game, uses dpy menus. Be fully aware of this cog spamming the channel ratelimit buckets |
Bible | Beta | Get bible verses or get references for wordsPowered by biblegateway, this cog can get bible verses and also can reverse search by getting the references for the searched word |
EmbedSteal | N/A | THIS IS NOT A PROPER COGDO NOT INSTALL THIS |
- Everyone who tested my cogs and helped me with the code. <3
- Everyone who contributed to make this better.
- Thank you Red community, you guys are awesome.
- Kindly follow the format of black with line-length = 99 and isort
- This can be done by
pip install black isort
- Then running
black .
isort .