reformats results & fixes command parsing
All checks were successful
CI / deploy (push) Successful in 4m20s
CI / deploy (pull_request) Successful in 4m13s

This commit is contained in:
Arindy
2025-02-10 00:26:30 +01:00
parent 77f392ed77
commit 001a35165a
3 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@
<br/>
<color-picker value="#cd72fe" id="themeColor"></color-picker><br/>
</div><br/>
<p>Example Commands: "1d6", "2d8 1d100", "5d6+10"</p>
<p>Example Commands: "1d6", "2d8 1d100", "1d4 and 1d6", "2d20 & 1d2, "5d6+10"</p>
<label for="command">Command </label><input type="text" id="command" onkeyup="roll(event)"/>
<button hidden id="roll" onclick="roll()">Roll</button>
</div>