@Berry.command()
async def image(ctx, descript):
authorname = ctx.author.name
urlforhead = f'https://cravatar.eu/helmavatar/{authorname}/64'
embed=discord.Embed(description=descript, color=0xff8080)
embed.set_author(name=f"{authorname}", icon_url=f"https://cravatar.eu/helmavatar/{authorname}/64")
embed.set_footer(text="Ягодная Госпожа 2022")
await ctx.send(embed=embed)