test
This commit is contained in:
parent
c959c82ab8
commit
1002e92f62
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue