This commit is contained in:
2024-08-10 15:52:04 +02:00
parent 47c07c5260
commit dd4b29c669

View File

@@ -49,7 +49,10 @@ class TokenStorage:
class TwitchService:
SCOPES = []
SCOPES = [
AuthScope.CHAT_READ,
AuthScope.CHAT_EDIT,
]
ONLINE_NOTIFICATION_DELAY = 5 * 60