This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""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: |