getting out of dreamweaver lol
This commit is contained in:
parent
a15fbd5f86
commit
f32ab6e54a
|
@ -17,7 +17,7 @@ const client = new tmi.Client({
|
||||||
//},
|
//},
|
||||||
|
|
||||||
client.connect().then(() => {
|
client.connect().then(() => {
|
||||||
statusElement.textContent = `Connection to #${channel} successful, listening for messages...`;
|
statusElement.textContent = `Connection to ${channel} successful, listening for messages...`;
|
||||||
});
|
});
|
||||||
|
|
||||||
let listeningForCount = false;
|
let listeningForCount = false;
|
||||||
|
|
Loading…
Reference in New Issue