feat(profiles): Add community profiles.
This commit is contained in:
@@ -76,4 +76,4 @@ class TwitchAuthData(Registry):
|
||||
);
|
||||
CREATE INDEX twitch_user_scopes_userid ON twitch_user_scopes (userid);
|
||||
"""
|
||||
user_scopes = Table('twitch_token_scopes')
|
||||
user_scopes = Table('twitch_user_scopes')
|
||||
|
||||
Reference in New Issue
Block a user