Fix subscriber typo.

This commit is contained in:
2025-07-27 17:15:56 +10:00
parent 71400f9397
commit 7f9eb3fbee

View File

@@ -84,7 +84,7 @@ class TrackerComponent(cmds.Component):
if Scopes.moderator_read_followers in scopes: if Scopes.moderator_read_followers in scopes:
subs.append( subs.append(
eventsub.ChannelFollowSubscription( eventsub.ChannelFollowSubscription(
broadcaser_user_id=channel.userid, broadcaster_user_id=channel.userid,
moderator_user_id=channel.userid, moderator_user_id=channel.userid,
) )
) )