From 4ff7d1a1d7c50214d927c1a8b82db78e02f804b2 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Tue, 18 Feb 2025 20:45:24 +0100 Subject: [PATCH] Fix --- src/modules/stream_notifications/twitch/authorize.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/stream_notifications/twitch/authorize.py b/src/modules/stream_notifications/twitch/authorize.py index 29fca71..f6fb7ce 100644 --- a/src/modules/stream_notifications/twitch/authorize.py +++ b/src/modules/stream_notifications/twitch/authorize.py @@ -10,7 +10,6 @@ SCOPES = [ AuthScope.CHAT_READ, AuthScope.CHANNEL_BOT, - AuthScope.CHANNEL_SUBSCRIPTIONS, AuthScope.USER_BOT, AuthScope.USER_READ_CHAT,