Stimul Cross

Results 17 comments of Stimul Cross

I just discovered another documentation discrepancy: ```ts { types: [ 'ban_evader' ] } ``` I got `ban_evader` instead of `ban_evader_detector`. The only thing left to check is `shared_channel_ban`. And I...

Waiting for this issue https://github.com/twitchdev/issues/issues/944 to be resolved.

I think there is no point in waiting for the documentation to be fixed. I will research all values ​​myself and implement this feature.

@d-fischer I will handle this one if you don't mind.

I just noticed [channel.chat.user_message_hold](https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelchatuser_message_hold) and [channel.chat.user_message_update](https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelchatuser_message_update) topics may additionally require `user:bot` scope if an app access token is used. I don't know how to handle this properly. **UPD:** The other...

It seems like I messed things up 😶

I just trusted WebStorm to merge the main brunch and it seemed to make some extra commits here. But if everything looks fine in the end, then we're happy.

@kamilmysliwiec I personally already use this approach. It just feels like this functionality should be available out of the box with the rest of the hooks and have similar usage....