Skip to content

v3.9.0

Compare
Choose a tag to compare
@Teekeks Teekeks released this 26 Feb 16:11
· 326 commits to master since this release
0c2d5c1

Twitch

  • Added the following new Endpoints:

    • "Get Channel Followers" Twitch.get_channel_followers()
    • "Get Followed Channels"Twitch.get_followed_channels()
  • Fixed TypeError: __api_get_request() got an unexpected keyword argument 'body' (Thanks @JC-Chung )

EventSub

  • Added new Topic EventSub.listen_channel_follow_v2()

Chat

  • Bot is now correctly reconnecting and rejoining channels after losing connection
  • added Chat.is_subscriber() (Thanks @stolenvw )
  • added new Event ChatEvent.NOTICE - Triggered when server sends a notice message (Thanks @stolenvw )