aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-12 14:21:49 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-12 14:21:49 +0000
commit6df2095e9512881b8f9a783b41734dbe1f183065 (patch)
treece18aee0671f89cbf03c94315400ed23fea40717
parentUpdate logging.py (#6) (diff)
Swap around aliases in info command wrapper
-rw-r--r--bot/cogs/bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/bot.py b/bot/cogs/bot.py
index 339a58241..3d5b18c63 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", "info()"])
+ @command(name="info()", aliases=["bot.info", "bot.about", "bot.about()", "info", "bot.info()"])
@with_role(VERIFIED_ROLE)
async def info_wrapper(self, ctx: Context):
"""