diff --git a/www/boto.js b/www/boto.js index 3458e52..785ad70 100644 --- a/www/boto.js +++ b/www/boto.js @@ -17,7 +17,7 @@ const client = new tmi.Client({ //}, client.connect().then(() => { - statusElement.textContent = `Listening for messages in ${channel}...`; + statusElement.textContent = `Connection to #${channel} successful, listening for messages...`; }); let listeningForCount = false; diff --git a/www/index.html b/www/index.html index 701e7b5..bfc1193 100644 --- a/www/index.html +++ b/www/index.html @@ -9,7 +9,7 @@
!startvote | !endvote | !clearvote
@@ -17,7 +17,7 @@