twitch-bot icon indicating copy to clipboard operation
twitch-bot copied to clipboard

Add support for loyalty point events

Open Topener opened this issue 4 years ago • 2 comments

Twitch Loyalty system has events for redeption, probably this can be added?

Topener avatar Feb 11 '20 10:02 Topener

Channel point redemptions are handled through the Twitch PubSub API, which is distinct from the Twitch IRC system that most of Twitch chat is built on.

baldnate avatar Jun 21 '20 13:06 baldnate

I managed to interact with the loyalty system by toggling the option "Ask for user input" on my rewards and then using the unique custom_reward_id every rewarded message has.

When you ask for user input, Twitch ships the custom_reward_id along with the mesage through the IRC channel. And twitch-bot parses that value without any further modification.

Gataquadrada avatar Sep 19 '20 14:09 Gataquadrada