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