PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
798 stars 162 forks source link

Create Eventsub-specific CustomReward model #285

Closed Roadcrosser closed 2 years ago

Roadcrosser commented 2 years ago

Pull request summary

Creates an Eventsub-specific model for Custom Channel Point rewards.

Fixes #254

Checklist

Roadcrosser commented 2 years ago

Will test soon and update docs appropriately.

Roadcrosser commented 2 years ago

As it turns out I will be unable to test the Channel Point Reward Add/Update/Remove endpoints so any assistance with that will be appreciated.

IAmTomahawkx commented 2 years ago

This appears to be missing typings

kamalmostafa commented 2 years ago

Confirming that this pull request works great for me, fixing #254 and enabling CustomReward handing in my bot. Thanks VERY much!

IAmTomahawkx commented 2 years ago

Thanks for the pr!