From 2022de8338313a233b194ce16d952c54ef3282c9 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 13 Feb 2022 05:01:35 -0800 Subject: [PATCH] init --- www/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/boto.js b/www/boto.js index 3c85e6a..2810cf6 100644 --- a/www/boto.js +++ b/www/boto.js @@ -3,7 +3,7 @@ const usersElement = document.querySelector('#users'); const statusElement = document.querySelector('#status'); const params = new URLSearchParams(window.location.search); -const channel = params.get('channel') || 'codinggarden'; +const channel = params.get('channel') || 'sarimoko'; const client = new tmi.Client({ connection: { secure: true,