diff --git a/src/cogs/bot_management.py b/src/cogs/bot_management.py index be81ac1..1740f4a 100644 --- a/src/cogs/bot_management.py +++ b/src/cogs/bot_management.py @@ -112,7 +112,7 @@ class BotManager: await ctx.send('this commands only for bots') else: owner = await self.bot.db_con.fetchrow('select * from bots where id = $1', bot.id) - await ctx.send(owner['owner']) + await ctx.send(ctx.server.get_member(owner['owner']).display_name)