diff --git a/src/modules/stream_notifications/twitch/authorize.py b/src/modules/stream_notifications/twitch/authorize.py index d0906b8..08f7c6c 100644 --- a/src/modules/stream_notifications/twitch/authorize.py +++ b/src/modules/stream_notifications/twitch/authorize.py @@ -7,8 +7,7 @@ from .token_storage import TokenStorage SCOPES = [ - AuthScope.CHAT_READ, - AuthScope.CHAT_EDIT, + scope for scope in AuthScope ]