Skip to content

Commit 3fcfd1f

Browse files
committed
Update slots for Subscription Eventsub
Update slots for Subscription Eventsub
1 parent 2270b28 commit 3fcfd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/ext/eventsub/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ class ChannelSubscriptionMessageData(EventData):
296296
The length of the subscription. Typically 1, but some users may buy subscriptions for several months.
297297
"""
298298

299-
__slots__ = "user", "broadcaster", "tier", "message", "emote_data", "cumulative", "streak", "duration"
299+
__slots__ = "user", "broadcaster", "tier", "message", "emote_data", "cumulative_months", "streak", "duration"
300300

301301
def __init__(self, client: EventSubClient, data: dict):
302302
self.user = _transform_user(client, data, "user")

0 commit comments

Comments
 (0)