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,