From 11e98a0e0c05a2b9c2516c41d5bae3dd69cc6c25 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 13 Feb 2022 04:03:56 +0000 Subject: [PATCH] Update 'www/boto.js' --- www/boto.js | 5 +++++ 1 file changed, 5 insertions(+) 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' ] });