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({
|
||||
options: { debug: true },
|
||||
identity: {
|
||||
username: 'sariboto',
|
||||
password: 'oauth:480i2mbv7zvfjz1t3wplj5di530p9r'
|
||||
},
|
||||
|
||||
//identity: {
|
||||
// username: 'sariboto',
|
||||
// password: 'oauth:480i2mbv7zvfjz1t3wplj5di530p9r'
|
||||
//},
|
||||
connection: {
|
||||
secure: true,
|
||||
reconnect: true,
|
||||
}
|
||||
channels: [ 'sarimoko' ]
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue