Update 'www/boto.js'

This commit is contained in:
Sarimoko 2022-02-13 04:03:56 +00:00
parent 3f070a1c0e
commit 11e98a0e0c
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
const client = new tmi.Client({
options: { debug: true },
identity: {
username: 'sariboto',
password: 'oauth:480i2mbv7zvfjz1t3wplj5di530p9r'
},
channels: [ 'sarimoko' ]
});