diff --git a/js/api/twitch.js b/js/api/twitch.js index 976f7df..d7c4ed6 100644 --- a/js/api/twitch.js +++ b/js/api/twitch.js @@ -1,5 +1,9 @@ if (twitch_channel_name !== "") { const client = new tmi.client({ + connection: { + reconnect: true, + secure: true, + }, channels: [twitch_channel_name], });