From f5158bfa9789cf2e40e32cb5d63b5944814c587e Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 13 Feb 2022 03:53:14 +0000 Subject: [PATCH] Update 'www/boto.js' --- www/boto.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/boto.js b/www/boto.js index 7caacc3..b96a865 100644 --- a/www/boto.js +++ b/www/boto.js @@ -1,5 +1,6 @@ const client = new tmi.Client({ - channels: [ 'my_name' ] + + channels: [ 'sarimoko' ] }); client.connect();