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 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,
|
||||||
|
|
Loading…
Reference in New Issue