@client.command(pass_context=True)
async def embed(ctx):
embed = discord.Embed(title="заголовок:", description="описание", color = discord.Color.цвет())
embed.set_image(url = 'ссылка на картинку')
embed.set_author( name = ctx.message.author.name, icon_url = ctx.message.author.avatar_url)#Добавить автора