Working on: The Twitch authentication

This commit is contained in:
2025-12-25 18:40:54 +01:00
parent 7a18b5b402
commit 773288faf0

View File

@@ -28,7 +28,7 @@ class TwitchBot(twitchio.Client):
self.is_initialized = True
try:
await self.connect()
await super().start()
except Exception as e:
logger.error(f"Twitch connection failed for user {self.db_user_id}: {e}")