maybe fix?
This commit is contained in:
parent
c8873d5068
commit
3c7d4bbc69
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user