Paladin charger mount in macro?

how do i get the charger to work with a macro?

/cast spell

/cast charger doesn’t work

trying to mod it into my macro for ground mount on left click, flying mount on right click

#showtooltip
/cast [btn:2]Snowy Gryphon; Swift White Steed

works. it summons my snowy gryphon with right click for flying. it summons my swift white steed with a normal click

replacing “swift white steed” with “charger” does nothing.

Open the macro edit screen, find the spell in your book, shift-click it.

It’s probably this one:

#showtooltip
/cast Summon Charger

that worked, thank you thank you!