mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
Fix
This commit is contained in:
@@ -69,6 +69,8 @@ class TwitchService:
|
||||
token, refresh_token = await TokenStorage.get()
|
||||
await twitch.set_user_authentication(token, cls.SCOPES, refresh_token)
|
||||
|
||||
await twitch.authenticate_app(cls.SCOPES)
|
||||
|
||||
return twitch
|
||||
|
||||
async def notify_online(self):
|
||||
|
||||
Reference in New Issue
Block a user