From 03262208803cc1da42d7cbf557eb2fc3bb1598f4 Mon Sep 17 00:00:00 2001 From: Interitio Date: Wed, 22 Jul 2026 13:08:57 +0300 Subject: [PATCH] fix: Correct subscription name --- tracker/component.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracker/component.py b/tracker/component.py index 47f04b9..3cdc1fa 100644 --- a/tracker/component.py +++ b/tracker/component.py @@ -76,7 +76,7 @@ class TrackerComponent(cmds.Component): eventsub.StreamOnlineSubscription, eventsub.StreamOfflineSubscription, eventsub.ChannelUpdateSubscription, - eventsub.ChannelNotificationSubscription, + eventsub.ChatNotificationSubscription, ) )