Skip to content

Instantly share code, notes, and snippets.

View That-Kidd's full-sized avatar

That_Kidd That-Kidd

View GitHub Profile
@That-Kidd
That-Kidd / helpcommand.py
Created August 28, 2019 16:03
A kinda advanced custom "help" command for your Discord.py Rewrite bots!
"""This custom help command is a perfect replacement for the default one on any Discord Bot written in Discord.py Rewrite!
However, you must put "bot.remove_command('help')" in your bot, and the command must be in a cog for it to work.
Written by Jared Newsom (AKA Jared M.F.)!"""
@commands.command()
commands.has_permissions(add_reactions=True,embed_links=True)
async def help(self,ctx,*cog):
"""Gets all cogs and commands of mine."""
try: