Trying to bring chat messages past proxy by ensuring SSL traffic

This commit is contained in:
2025-11-18 00:58:11 +01:00
parent a0877d8276
commit aea75918b2

View File

@@ -28,7 +28,8 @@ class TwitchBot(commands.Bot):
# These are required by twitchio
client_id=client_id,
client_secret=client_secret,
# The 'bot_id' is the Twitch ID of the user account the bot is running as
# The 'id' is the Twitch ID of the user account the bot is running as
ssl=True, # Mandate: Explicitly use SSL for the IRC connection.
id=bot_id
)
self.channel_name = channel_name