Skip to content

v3.11.0

Compare
Choose a tag to compare
@Teekeks Teekeks released this 21 May 19:57
· 233 commits to master since this release
96b97dd

Twitch

  • Added missing field emote_mode to response of Twitch.get_chat_settings() and Twitch.update_chat_settings() (#234)

Chat

  • Fixed timing based AttributeError: 'NoneType' object has no attribute 'get' in NoticeEvent during reconnect
  • Ensured that only Chat Messages will ever be parsed as chat commands
  • Added functionality to set per channel based prefixes (#229):
    • Chat.set_channel_prefix() to set a custom prefix for the given channel(s)
    • Chat.reset_channel_prefix() to remove a custom set prefix for the given channel(s)