diff --git a/twitch.py b/twitch.py index 6233490e..e2a368b4 100644 --- a/twitch.py +++ b/twitch.py @@ -124,7 +124,7 @@ async def _oauth_login(self) -> str: } payload = { "client_id": client_info.CLIENT_ID, - "scopes": "user_read", + "scopes": "", # no scopes needed } while True: try: