Как-то так
desc = '**Level**: 0\n**Exp**: 122 / 150\n**Rank**: #6'
embed = discord.Embed(description=desc ,color = discord.Color.green())
embed.set_author(name=ctx.author.name)
embed.set_thumbnail(url=ctx.author.avatar_url)
await ctx.send(embed=embed)