Update 'www/boto.js'
This commit is contained in:
parent
f2460de462
commit
b0817d4b70
13
www/boto.js
13
www/boto.js
|
@ -1,10 +1,13 @@
|
||||||
const client = new tmi.Client({
|
const client = new tmi.Client({
|
||||||
options: { debug: true },
|
options: { debug: true },
|
||||||
identity: {
|
//identity: {
|
||||||
username: 'sariboto',
|
// username: 'sariboto',
|
||||||
password: 'oauth:480i2mbv7zvfjz1t3wplj5di530p9r'
|
// password: 'oauth:480i2mbv7zvfjz1t3wplj5di530p9r'
|
||||||
},
|
//},
|
||||||
|
connection: {
|
||||||
|
secure: true,
|
||||||
|
reconnect: true,
|
||||||
|
}
|
||||||
channels: [ 'sarimoko' ]
|
channels: [ 'sarimoko' ]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue