@bot.command(aliases=["локация","location"])
async def on_message(message):
if message.author == client.user:
return
if message.content == 'embed':
embed = discord.Embed(title='Локация',description='Вот один из вариантов',colour=discord.Colour.purple())
embed.set_footer(text='Думаю,он вам подойдет')
embed.set_image(url="https://sun9-59.userapi.com/impg/wj8Q5LEe2ybr35CZig5U5C50X5XuvLgOjSC4fA/z_Q6o2wOJ7g.jpg?size=732x554&quality=96&sign=3f214e70970fc0ee99485d48c56d5f36&type=album")
await message.channel.send(embed=embed)