Update 'www/boto.js'

This commit is contained in:
Sarimoko 2022-02-13 04:39:29 +00:00
parent f2460de462
commit b0817d4b70
1 changed files with 8 additions and 5 deletions

View File

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