PythonistaGuild / TwitchIO

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

Set paginate to False when using full_body #265

Closed tkdrob closed 2 years ago

tkdrob commented 2 years ago

Pull request summary

Assertions are conventionally not seen in runtime (usually in unit tests) This PR changes paginate to False whenever full_body is True.

Checklist

IAmTomahawkx commented 2 years ago

asserts are fine

IAmTomahawkx commented 2 years ago

This PR is being closed as stale