PythonistaGuild / TwitchIO

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

fix bug in user.py #236

Closed kai-py closed 2 years ago

kai-py commented 2 years ago

Fixed bug in function modify_stream(). game_id changed from int to str. If no game_id was given, the error code 400 occurred because None was formatted into a string.

Bug fix has been tested and works.

IAmTomahawkx commented 2 years ago

This is a breaking change, and cannot be merged into the library in accordance with semver

kai-py commented 2 years ago

Ok, I close this pull request and create a new one in which the bug is fixed in another way