You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twitch recently introduced five new commands that streamers and their mods can leverage to highlight their messages in the chat:
/announce
/announceblue
/announcegreen
/announceorange
/announcepurple
If possible, we should expose whether a message is an announcement, and even which color was used (/announce vs /announceblue vs /announcegreen and so forth).
It might be worth considering whether we want to make special announcement formatting a configurable option in the URL builder, but my stance is we probably don't need to, since folks can always opt not to use the /announce family of commands.
The text was updated successfully, but these errors were encountered:
It doesn't look like tmi.js or ComfyJS emit announcements yet. It's worth following tmijs/tmi.js#511, and then following through and getting support into ComfyJS.
Twitch recently introduced five new commands that streamers and their mods can leverage to highlight their messages in the chat:
/announce
/announceblue
/announcegreen
/announceorange
/announcepurple
If possible, we should expose whether a message is an announcement, and even which color was used (
/announce
vs/announceblue
vs/announcegreen
and so forth).It might be worth considering whether we want to make special announcement formatting a configurable option in the URL builder, but my stance is we probably don't need to, since folks can always opt not to use the
/announce
family of commands.The text was updated successfully, but these errors were encountered: