Working on: The Twitch authentication
This commit is contained in:
@@ -28,7 +28,7 @@ class TwitchBot(twitchio.Client):
|
|||||||
self.is_initialized = True
|
self.is_initialized = True
|
||||||
|
|
||||||
try:
|
try:
|
||||||
await self.connect()
|
await super().start()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"Twitch connection failed for user {self.db_user_id}: {e}")
|
logger.error(f"Twitch connection failed for user {self.db_user_id}: {e}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user