mirror of
https://github.com/onyx-and-iris/streamlabs-socketio-py
synced 2024-11-21 06:50:48 +00:00
Merge branch 'dev' of https://github.com/onyx-and-iris/streamlabs-socketio-py into dev
This commit is contained in:
commit
245578c060
@ -22,7 +22,7 @@ class Client:
|
||||
self.sio.on("disconnect", self.disconnect_handler)
|
||||
self.obs = Observable()
|
||||
self.streamlabs = ("donation",)
|
||||
self.twitch = ("follow", "subscription", "host", "bits", "raids")
|
||||
self.twitch = ("follow", "subscription", "host", "bits", "raid")
|
||||
self.youtube = ("follow", "subscription", "superchat")
|
||||
|
||||
def __enter__(self):
|
||||
|
Loading…
Reference in New Issue
Block a user