Fix subscriber typo.
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user