View Single Post
05-14-21, 08:19 AM   #3
MinguasBeef
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: May 2019
Posts: 51
Originally Posted by SDPhantom View Post
Did you register your prefix with C_ChatInfo.RegisterAddonMessagePrefix()?

Also if you don't specify a channel, C_ChatInfo.SendAddonMessage() sends in PARTY. For testing, you might want to try SAY.
Right, the intention was to send over party and that's why I did not pass anything in for the party/target parameters.

I did not know about registering the addon prefix. That fixed it. Thanks!
  Reply With Quote