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,