Skip to content

v3.1.0

Compare
Choose a tag to compare
@Teekeks Teekeks released this 10 Dec 20:45
· 500 commits to master since this release
424a304
  • Added the Endpoint "Get Chatters"
  • Added the MODERATOR_READ_CHATTERS AuthScope
  • Added missing total field to Twitch.get_users_follows()
  • added send() shorthand to ChatCommand, this makes sending command replies easier.
  • Fixed issue which prevented the Twitch client being used inside a EventSub, PubSub or Chat callback
  • Fixed issue with using the wrong API url in Twitch.create_custom_reward()
  • twitchAPI.helper.first() now returns None when there is no data to return instead of raising StopAsyncIteration exception
  • Exceptions in Chat callback methods are now properly displayed