From 3c7d4bbc69b3cdc74102edc441261ae498e9acbc Mon Sep 17 00:00:00 2001 From: raatty Date: Fri, 15 Jun 2018 18:40:57 +1200 Subject: [PATCH] maybe fix? --- src/cogs/bot_management.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cogs/bot_management.py b/src/cogs/bot_management.py index d19cf3b..be81ac1 100644 --- a/src/cogs/bot_management.py +++ b/src/cogs/bot_management.py @@ -106,8 +106,8 @@ class BotManager: colour=self.bot.embed_color) await ctx.send(embed=em) - @commands.command() - async def whowns(self, ctx, bot: discord.Member): + @commands.command(name='whowns') + async def _whowns(self, ctx, bot: discord.Member): if not bot.bot: await ctx.send('this commands only for bots') else: