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