diff --git a/src/modules/stream_notifications/twitch/authorize.py b/src/modules/stream_notifications/twitch/authorize.py index 08f7c6c..c66e729 100644 --- a/src/modules/stream_notifications/twitch/authorize.py +++ b/src/modules/stream_notifications/twitch/authorize.py @@ -7,7 +7,13 @@ from .token_storage import TokenStorage SCOPES = [ - scope for scope in AuthScope + AuthScope.CHAT_READ + , + AuthScope.CHANNEL_BOT, + + AuthScope.USER_BOT, + AuthScope.USER_READ_CHAT, + AuthScope.USER_WRITE_CHAT, ]