From 773288faf0f00d4dc43b238917dd4d797df4af85 Mon Sep 17 00:00:00 2001 From: ramforth Date: Thu, 25 Dec 2025 18:40:54 +0100 Subject: [PATCH] Working on: The Twitch authentication --- chat_listener.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_listener.py b/chat_listener.py index 73df62f..bd4f0a1 100644 --- a/chat_listener.py +++ b/chat_listener.py @@ -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}")