@client.command()
async def me(ctx):
emb = discord.Embed(title = 'Info', description = '{}|{}\n{}|{}'.format(ctx.guild.owner, "топ роль сервера", ctx.author.top_role.mention, ctx.author.mention), color = 0x00ff00)
await ctx.send(embed = emb)
guild.roles[-1]