Run Chat Macro

Hello - I started using Elvui for the patch, so not sure if it’s Elv or the patch that is causing this macro to fail. Just sends grats in guild chat when I click on it. I’ve used it since before Legion so not sure. Essentially, I click on it and nothing happens. Thanks

/run SendChatMessage(GetRandomArgument(“Grats!”),“GUILD”)

GetRandomArgument() was removed, but in this case you don’t need it anyway

/run SendChatMessage("Grats!", "GUILD")

Awesome - thank you very much!