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