This commit is contained in:
2024-08-10 04:07:23 +02:00
parent 00ca93f70e
commit d226403369

View File

@@ -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):