fix: Correct notification subscription parameters
This commit is contained in:
@@ -76,7 +76,6 @@ class TrackerComponent(cmds.Component):
|
|||||||
eventsub.StreamOnlineSubscription,
|
eventsub.StreamOnlineSubscription,
|
||||||
eventsub.StreamOfflineSubscription,
|
eventsub.StreamOfflineSubscription,
|
||||||
eventsub.ChannelUpdateSubscription,
|
eventsub.ChannelUpdateSubscription,
|
||||||
eventsub.ChatNotificationSubscription,
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -106,6 +105,10 @@ class TrackerComponent(cmds.Component):
|
|||||||
eventsub.ChannelRaidSubscription(
|
eventsub.ChannelRaidSubscription(
|
||||||
from_broadcaster_user_id=channel.userid
|
from_broadcaster_user_id=channel.userid
|
||||||
),
|
),
|
||||||
|
eventsub.ChatNotificationSubscription(
|
||||||
|
broadcaster_user_id=channel.userid,
|
||||||
|
user_id=self.bot.bot_id,
|
||||||
|
),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user