PythonistaGuild / TwitchIO

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

fix(http): cursor was never sent #274

Closed tiagovla closed 2 years ago

tiagovla commented 2 years ago

Pull request summary

I tried to fetch 500 following events from a user and it would send the first 100, 5 times. I checked the code and the cursor was never sent within the request. This PR solves this issue.

Checklist