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