Changing websocket port

This commit is contained in:
2025-11-17 15:45:16 +01:00
parent d8086afab2
commit d1c4c931ef

View File

@@ -13,7 +13,9 @@ class TwitchBot(commands.Bot):
# The 'bot_id' is the Twitch ID of the user account the bot is running as # 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 # 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 self.channel_name = channel_name