This commit is contained in:
Sarimoko 2022-02-13 05:01:35 -08:00
parent 7955a994ca
commit 2022de8338
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ const usersElement = document.querySelector('#users');
const statusElement = document.querySelector('#status'); const statusElement = document.querySelector('#status');
const params = new URLSearchParams(window.location.search); const params = new URLSearchParams(window.location.search);
const channel = params.get('channel') || 'codinggarden'; const channel = params.get('channel') || 'sarimoko';
const client = new tmi.Client({ const client = new tmi.Client({
connection: { connection: {
secure: true, secure: true,