Describe the solution you'd like
Currently when Firebot processes a /announce (and color variants e.g. /announcepurple), the $eventData variable available to effects does not include a color value at all. It would be nice to have the color provided in that payload, either as the named color ("primary", "purple", "blue", etc.) and if possible also the hex code for that named color at least for "primary" if not for all colors.
Additional context
I have am making an app that is receiving events from Firebot via websocket, and the "Announcement (Twitch)" Event is setup with a Send Custom WebSocket Event Effect with its Event Data set to $eventData. I would ideally be able to access the color field(s) from within that blob.
Describe the solution you'd like
Currently when Firebot processes a
/announce(and color variants e.g./announcepurple), the$eventDatavariable available to effects does not include a color value at all. It would be nice to have the color provided in that payload, either as the named color ("primary", "purple", "blue", etc.) and if possible also the hex code for that named color at least for "primary" if not for all colors.Additional context
I have am making an app that is receiving events from Firebot via websocket, and the "Announcement (Twitch)" Event is setup with a
Send Custom WebSocket EventEffect with its Event Data set to$eventData. I would ideally be able to access the color field(s) from within that blob.