This commit is contained in:
Sarimoko 2022-02-14 20:19:40 -08:00
parent c959c82ab8
commit 1002e92f62
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -9,7 +9,7 @@
<body>
<div>
<center>
<marquee><p>Type 1 in the chat!</p></marquee>
<marquee><p>Type !vote or vote to enter your 2cents in this matter!</p></marquee>
<em>(broadcaster only)</em>
<br />
<code>!startvote | !endvote | !clearvote</code>
@ -17,7 +17,7 @@
<br />
</center>
<small id="status"></small>
<h1 id="count">Waiting for count...</h1>
<h1 id="count">Waiting for votes...</h1>
<h3 id="users"></h3>
</div>
<script src="tmi.min.js"></script>