Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View lpkeates's full-sized avatar

Leon Peter Keates lpkeates

  • United Kingdom
  • 13:34 (UTC +01:00)
View GitHub Profile
@lpkeates
lpkeates / helpcommand.py
Last active October 31, 2020 16:45 — forked from That-Kidd/helpcommand.py
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.), edited by Leon Peter Keates (AKA Leon P.K.)"""
@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: