getting out of dreamweaver lol

This commit is contained in:
Sarimoko 2022-02-14 20:29:46 -08:00
parent a15fbd5f86
commit f32ab6e54a
1 changed files with 1 additions and 1 deletions

View File

@ -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;