diff options
| author | 2018-02-12 14:21:49 +0000 | |
|---|---|---|
| committer | 2018-02-12 14:21:49 +0000 | |
| commit | 6df2095e9512881b8f9a783b41734dbe1f183065 (patch) | |
| tree | ce18aee0671f89cbf03c94315400ed23fea40717 | |
| parent | Update logging.py (#6) (diff) | |
Swap around aliases in info command wrapper
| -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 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): """ |