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: class TwitchService:
SCOPES = [ SCOPES = [item for item in AuthScope]
AuthScope.CHAT_READ,
AuthScope.CHAT_EDIT,
AuthScope.USER_BOT,
AuthScope.CHANNEL_BOT
]
ONLINE_NOTIFICATION_DELAY = 5 * 60 ONLINE_NOTIFICATION_DELAY = 5 * 60