Forgot a comma in the code

This commit is contained in:
2025-11-17 15:22:33 +01:00
parent 034c8fe604
commit c061f2ff78

View File

@@ -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