Need Help with Conditional Toy Use Macro

I really like using my Bloodmane Charm toy within my CD’s macro’s so I get the most use out of it.
#showtooltip Avenging Wrath
/use Bloodmane Charm
/use 13
/use 14
/cast Avenging Wrath
Goal: I would like to change this to include say a /s “example text” only IF Bloodmane Charm was used. With its long cooldown I wouldn’t want to add RP flavor text if it defaulted to regular AW. Is this possible? Thanks.

if GetSpellCooldown(165185)==0 then SendChatMessage("words","SAY") end