@bot.command(pass_contex=True)
async def clear(ctx, amount = 5):
em=doscord.Embed( title="Очистка сообщений", description = "Очистка сообщений прошла успешно.", colour=discord.Colur.red())
await ctx.send(embed=em)
await ctx.chammel.purge(limit= amount)
File "main.py", line 12
await ctx.send(embed=em)
^
IndentationError: unindent does not match any outer indentation level