diff --git a/chat_listener.py b/chat_listener.py index 0d3f54e..a63ce8a 100644 --- a/chat_listener.py +++ b/chat_listener.py @@ -10,7 +10,9 @@ class TwitchBot(commands.Bot): client_id=client_id, client_secret=client_secret, # The 'bot_id' is the Twitch ID of the user account the bot is running as - bot_id=bot_id, id=bot_id + bot_id=bot_id, id=bot_id, + # Explicitly disable the internal web server to prevent port conflicts + eventsub_url=None ) self.channel_name = channel_name