feat(profiles): Add community profiles.

This commit is contained in:
2024-10-06 21:38:09 +10:00
parent 92fee23afa
commit 72d52b6014
6 changed files with 326 additions and 18 deletions

View File

@@ -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')