Merge pull request #8 from mcmonkey819/mcmonkey819/raid-name-fix

Fix raid event name
This commit is contained in:
2024-11-06 16:56:08 +00:00
committed by GitHub

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