diff --git a/www/boto.js b/www/boto.js index b96a865..be17a0b 100644 --- a/www/boto.js +++ b/www/boto.js @@ -1,4 +1,9 @@ const client = new tmi.Client({ + options: { debug: true }, + identity: { + username: 'sariboto', + password: 'oauth:480i2mbv7zvfjz1t3wplj5di530p9r' + }, channels: [ 'sarimoko' ] });