diff --git a/chat_listener.py b/chat_listener.py index 8924d6d..dbd7fc1 100644 --- a/chat_listener.py +++ b/chat_listener.py @@ -13,7 +13,9 @@ class TwitchBot(commands.Bot): # The 'bot_id' is the Twitch ID of the user account the bot is running as bot_id=bot_id, id=bot_id, # Explicitly disable the internal web server to prevent port conflicts - eventsub_url=None + eventsub_url=None, + # Ensure no web adapter is initialized + web_adapter=None ) self.channel_name = channel_name