mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Fix
This commit is contained in:
@@ -18,7 +18,7 @@ class TwithOAuth2(OAuth2):
|
||||
await twitch_client.set_user_authentication(
|
||||
token,
|
||||
[AuthScope.USER_READ_EMAIL],
|
||||
validate=False
|
||||
validate=True
|
||||
)
|
||||
|
||||
me = await first(twitch_client.get_users())
|
||||
|
||||
Reference in New Issue
Block a user