Can somebody help me with my macro

I have redone a old macro to be used in BFA, but i dont know the codes i need to use for each spell.
Can someone of you make this one work for me ?

Sequences[‘bm’] = {
– This Sequence was exported from GSE 2.1.01.
Author=“Hawkzer”,
SpecID=253,
Talents = “2223111”,
Default=1,
Icon=‘ability_hunter_bestialdiscipline’,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/petattack [@target,harm]”,
“/cast [combat] Bestial Wrath”,
},
PreMacro={
},
“/cast Barbed Shot”,
“/castsequence [combat] Kill Command, Cobra Shot”,
“/cast [nomod:alt, combat] A Murder of Crows”,
PostMacro={
},
KeyRelease={
“/cast [nomod:alt] Aspect of the Wild”,
“/startattack [@target,exists]”,
},
},
},
}