maybe fix?

This commit is contained in:
raatty 2018-06-15 18:40:57 +12:00
parent c8873d5068
commit 3c7d4bbc69

View File

@ -106,8 +106,8 @@ class BotManager:
colour=self.bot.embed_color) colour=self.bot.embed_color)
await ctx.send(embed=em) await ctx.send(embed=em)
@commands.command() @commands.command(name='whowns')
async def whowns(self, ctx, bot: discord.Member): async def _whowns(self, ctx, bot: discord.Member):
if not bot.bot: if not bot.bot:
await ctx.send('this commands only for bots') await ctx.send('this commands only for bots')
else: else: