PythonistaGuild / TwitchIO

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

Replacing HypeTrainBeginProgressData class with HypeTrainBeginData and HypeTrainProgressData #336

Closed OliCoDev closed 1 year ago

OliCoDev commented 1 year ago

Pull request summary

The pull request replaces the HypeTrainBeginProgressData class with HypeTrainBeginData and HypeTrainProgressData as Hype Train Progress events also have a Level attribute inside their responses while Hype Train Begin events don't

Checklist