Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcountss authored Jan 9, 2024
1 parent b38e0a9 commit 49fcd5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions top50/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,22 +350,22 @@ <h3>Updates</h3>
<p>Example Usage: {!add 100/200} 100 is in the min and 200 is the max. You can limit the max and
min.
</p>
<input id="connect" style="width: 95%;">
<input id="connect" style="width: 95%;" autocomplete="off">
</div>
<div style="border-right: solid 1px #000;">
<p>Add this to the response section of the nightbot command.</p>
<p>This command allows users to be edited.</p>
<p>Example Usage: {!edit 100/200} 100 is in the min and 200 is the max. You can limit the max and
min.
</p>
<input id="connect3" style="width: 95%;">
<input id="connect3" style="width: 95%;" autocomplete="off">
</div>
<div style="border-right: solid 1px #000;">
<p>Add this to the response section of the nightbot command.</p>
<p>This is an EXAMPLE command that just shows how to add example commands. ?values= shows the min
and
the max gains possible.</p>
<input id="connect2" style="width: 95%;">
<input id="connect2" style="width: 95%;" autocomplete="off">
</div>
<div style="border-right: solid 1px #000; text-align: center;">
<button onclick="custom()" style="font-size: 2vw;">Custom Command Maker</button>
Expand Down Expand Up @@ -404,4 +404,4 @@ <h3>Updates</h3>

</body>

</html>
</html>

0 comments on commit 49fcd5a

Please sign in to comment.