Forgot a comma in the code
This commit is contained in:
@@ -10,7 +10,9 @@ class TwitchBot(commands.Bot):
|
|||||||
client_id=client_id,
|
client_id=client_id,
|
||||||
client_secret=client_secret,
|
client_secret=client_secret,
|
||||||
# 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
|
||||||
|
eventsub_url=None
|
||||||
)
|
)
|
||||||
self.channel_name = channel_name
|
self.channel_name = channel_name
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user