Update 'www/boto.js'
This commit is contained in:
parent
3f070a1c0e
commit
11e98a0e0c
|
@ -1,4 +1,9 @@
|
|||
const client = new tmi.Client({
|
||||
options: { debug: true },
|
||||
identity: {
|
||||
username: 'sariboto',
|
||||
password: 'oauth:480i2mbv7zvfjz1t3wplj5di530p9r'
|
||||
},
|
||||
|
||||
channels: [ 'sarimoko' ]
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue