This commit is contained in:
onyx-and-iris 2024-11-06 16:58:46 +00:00
commit 245578c060

View File

@ -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):