Fix subscriber typo.
This commit is contained in:
@@ -84,7 +84,7 @@ class TrackerComponent(cmds.Component):
|
||||
if Scopes.moderator_read_followers in scopes:
|
||||
subs.append(
|
||||
eventsub.ChannelFollowSubscription(
|
||||
broadcaser_user_id=channel.userid,
|
||||
broadcaster_user_id=channel.userid,
|
||||
moderator_user_id=channel.userid,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user