@client.command(aliases = ["хелп"])
async def help (ctx):
await add_reaction('✅')
embed = discord.Embed (title="Список команд", description="", color=ctx.author.color)
embed.add_field(name="help", value="Выводит список команд", inline=False)
await ctx.send(embed=embed)