From f32ab6e54a0e5e57d02cf68de9bb91f6c5a26835 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 20:29:46 -0800 Subject: [PATCH] getting out of dreamweaver lol --- www/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/boto.js b/www/boto.js index e473b8f..812a2f7 100644 --- a/www/boto.js +++ b/www/boto.js @@ -17,7 +17,7 @@ const client = new tmi.Client({ //}, client.connect().then(() => { - statusElement.textContent = `Connection to #${channel} successful, listening for messages...`; + statusElement.textContent = `Connection to ${channel} successful, listening for messages...`; }); let listeningForCount = false;