feat(twitch): Add basic user authentication flow.

This commit is contained in:
2024-09-25 02:34:10 +10:00
parent caa907b6d9
commit 9c738ecb91
6 changed files with 140 additions and 13 deletions

View File

@@ -98,6 +98,7 @@ async def main():
config=conf,
initial_extensions=[
'utils', 'core', 'analytics',
'twitch',
'modules',
'babel',
'tracking.voice', 'tracking.text',