diff options
Diffstat (limited to 'cogs/help.py')
-rw-r--r-- | cogs/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/help.py b/cogs/help.py index a17a31d..12bc73b 100644 --- a/cogs/help.py +++ b/cogs/help.py @@ -6,7 +6,7 @@ class Help(commands.Cog): def __init__(self, bot): self.bot = bot - @commands.command() + @commands.command(aliases=["commands"]) async def help(self, ctx): """Show this message.""" embed = discord.Embed( |