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' ] });