chatterino2
chatterino2 copied to clipboard
Add Helix announce endpoint
Pull request checklist:
- [ ]
CHANGELOG.md
was updated, if applicable
Description
Idk if it is important, but shouldn't Helix::sendChatAnnoucement
rather be Helix::sendChatAnnouncement
(missing n in Announcement)
Can we implement colored announcements in this PR (maybe just the commands)? I believe the only real disdain against them was the fact that IRC invoked announcements did not return color data, which is "resolved" by their deprecation.
Idk if it is important, but shouldn't Helix::sendChatAnnoucement rather be Helix::sendChatAnnouncement (missing n in Announcement)
fixed
Can we implement colored announcements in this PR (maybe just the commands)? I believe the only real disdain against them was the fact that IRC invoked announcements did not return color data, which is "resolved" by their deprecation.
I decided to introduce internal support for sending colored announcements as it was simply more effort to not do it. I didn't want to do commands because I wanted the PR to only move the existing command to helix, just fix the 'bug' and not introduce any new features at the same time. :)