Changing websocket port
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user