mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Update
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user