From f5527c901104d84dccf5d756a919de0437bfec36 Mon Sep 17 00:00:00 2001 From: DevilXD <4180725+DevilXD@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:31:47 +0100 Subject: [PATCH] Remove all scopes from the OAuth flow --- twitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: