diff options
-rw-r--r-- | bot/cogs/bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/bot.py b/bot/cogs/bot.py index afec2844a..545bfd47b 100644 --- a/bot/cogs/bot.py +++ b/bot/cogs/bot.py @@ -51,7 +51,7 @@ class Bot: await ctx.send(embed=embed) - @command(name="bot.info()", aliases=["bot.info", "bot.about", "bot.about()", "info"]) + @command(name="bot.info()", aliases=["bot.info", "bot.about", "bot.about()", "info", "info()"]) async def info_wrapper(self, ctx: Context): """ Get information about the bot |