fix: Correct subscription name

This commit is contained in:
2026-07-22 13:08:57 +03:00
parent 8791c37473
commit 0326220880
+1 -1
View File
@@ -76,7 +76,7 @@ class TrackerComponent(cmds.Component):
eventsub.StreamOnlineSubscription,
eventsub.StreamOfflineSubscription,
eventsub.ChannelUpdateSubscription,
eventsub.ChannelNotificationSubscription,
eventsub.ChatNotificationSubscription,
)
)