From b0817d4b70817e5b9e9cfd38edbbf35f9e52506a Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 13 Feb 2022 04:39:29 +0000 Subject: [PATCH] Update 'www/boto.js' --- www/boto.js | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/www/boto.js b/www/boto.js index 463e94c..e5d25e7 100644 --- a/www/boto.js +++ b/www/boto.js @@ -1,10 +1,13 @@ const client = new tmi.Client({ options: { debug: true }, - identity: { - username: 'sariboto', - password: 'oauth:480i2mbv7zvfjz1t3wplj5di530p9r' - }, - + //identity: { + // username: 'sariboto', + // password: 'oauth:480i2mbv7zvfjz1t3wplj5di530p9r' + //}, + connection: { + secure: true, + reconnect: true, + } channels: [ 'sarimoko' ] });