Fix raid event name

This commit is contained in:
mcmonkey819 2024-11-06 09:45:14 -05:00
parent 25ee6e5c82
commit 3c0562e5ec

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