adds color to name in results
Some checks failed
CI / deploy (push) Has been cancelled
CI / deploy (pull_request) Successful in 4m31s

This commit is contained in:
Arindy
2025-02-10 00:42:20 +01:00
parent 001a35165a
commit 7e9b26499a
3 changed files with 4 additions and 3 deletions

View File

@@ -71,6 +71,7 @@
httpRequest.send(JSON.stringify({
name: data.name,
user: data.user,
themeColor: data.themeColor,
results: rollResult,
} ))
}