From 5a34e4d988dd74d3ac26501432558eb4732d4df8 Mon Sep 17 00:00:00 2001 From: ziro Date: Thu, 6 Aug 2020 12:41:47 +0700 Subject: + Tweaking cogs --- cogs/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs/help.py') 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( -- cgit v1.2.3