ltzmax / npc-cogs

My list of Cogs for Red-bot :p

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Npc-Cogs V3

Red-DiscordBot Discord.py Code Style: Black

A fun oriented list of Red-Cogs made for fun and stonks. Discord User: epic guy#0715 Docs: https://npc-cogs.readthedocs.io/en/latest

Installation

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>

About Cogs

Cog Status Description
Bible Alpha
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
CustomHelp Alpha
A category themed custom helpKindly read https://npc-cogs.readthedocs.io/en/latest/customhelp.html on how to setup
Google 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)
NoReplyPing Beta
Notifies in dms if a person replies to you but turned their ping off Made for the servers with extra modesty who turn their pings off and you miss their message
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)
Todo Alpha
A todo cogA simple todo cog to remember your tasks
TypeRacer Alpha
Typing speed testTest your typing skills with this cog
Weeb Alpha
Bunch of Otaku emoticonsExpwess youw weebness using the bunch of wandom weeb emoticons UwU
Snipe Alpha
Multi Snipe for fun and non-profitBulk sniping to stab back those anti-sniping smart ass users
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

Credits

  • 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.

Contributing

  • Haven't set up pre-commit hooks yet, so if you want to contribute, please do it yourself.
  • Kindly follow the format of black with line-length = 99 and isort
  • This can be done by pip install -U black isort
  • Then run the below commands to auto format your code
black .
isort .

About

My list of Cogs for Red-bot :p

License:MIT License


Languages

Language:Python 99.1%Language:Jinja 0.7%Language:CSS 0.3%