mirror of
https://github.com/kurbezz/discord-bot.git
synced 2026-03-03 13:40:48 +01:00
Fix
This commit is contained in:
@@ -35,7 +35,10 @@ class TokenStorage:
|
|||||||
|
|
||||||
|
|
||||||
class TwitchService:
|
class TwitchService:
|
||||||
SCOPES = [AuthScope.CHANNEL_BOT]
|
SCOPES = [
|
||||||
|
AuthScope.CHAT_READ,
|
||||||
|
AuthScope.CHAT_EDIT,
|
||||||
|
]
|
||||||
|
|
||||||
def __init__(self, twitch: Twitch):
|
def __init__(self, twitch: Twitch):
|
||||||
self.twitch = twitch
|
self.twitch = twitch
|
||||||
|
|||||||
Reference in New Issue
Block a user