У вас есть некоторые ошибки с орфографическими ошибками
@bot.command(pass_contex = true)
должно быть
@bot.command(pass_context = True)
, и вы никогда не делали код для вставки
author = ctx.message.author
embed = discord.Embed()
embed.set_author(name="Help")
embed.add_field(name="!Commands" , value= "Type '!' + a name starting with a capital" , inline=False)
await ctx.send(author, embed=embed)