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(() => { client.connect().then(() => {
statusElement.textContent = `Listening for messages in ${channel}...`; statusElement.textContent = `Connection to #${channel} successful, listening for messages...`;
}); });
let listeningForCount = false; let listeningForCount = false;

View File

@ -9,7 +9,7 @@
<body> <body>
<div> <div>
<center> <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> <em>(broadcaster only)</em>
<br /> <br />
<code>!startvote | !endvote | !clearvote</code> <code>!startvote | !endvote | !clearvote</code>
@ -17,7 +17,7 @@
<br /> <br />
</center> </center>
<small id="status"></small> <small id="status"></small>
<h1 id="count">Waiting for count...</h1> <h1 id="count">Waiting for votes...</h1>
<h3 id="users"></h3> <h3 id="users"></h3>
</div> </div>
<script src="tmi.min.js"></script> <script src="tmi.min.js"></script>