This commit is contained in:
2024-08-10 15:28:50 +02:00
parent 8d500bfe41
commit c8baa58e58

View File

@@ -49,12 +49,7 @@ class TokenStorage:
class TwitchService:
SCOPES = [
AuthScope.CHAT_READ,
AuthScope.CHAT_EDIT,
AuthScope.USER_BOT,
AuthScope.CHANNEL_BOT
]
SCOPES = [item for item in AuthScope]
ONLINE_NOTIFICATION_DELAY = 5 * 60