-
-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate /announce command to Helix API. #4003
Migrate /announce command to Helix API. #4003
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
Idk if it is important, but shouldn't |
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. |
fixed |
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. :) |
…uck_you_twitch_this_api_is_so_fucking_shit_stop_breaking_our_program_AAAAAAAAA I hate merge conflicts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
Formatting consistency `Error` instead of `ErrorT` for the error type Rename error type from `HelixAnnouncementError` to `HelixSendChatAnnouncementError` Remove unused error type (UserNotAuthorized) Remove unused error handling code Remove period from forwarded messages as the messages seem mostly to include periods. Remove c-v-pasted comment Correct test mock failure return type
…_this_api_is_so_fucking_shit_stop_breaking_our_program_AAAAAAAAA
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me!
Letting you hit the Merge button so you have an opportunity to complain about the changes I've made @Mm2PL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
Pull request checklist:
CHANGELOG.md
was updated, if applicableDescription