init
This commit is contained in:
parent
7955a994ca
commit
2022de8338
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue