adds color to name in results
All checks were successful
CI / deploy (push) Successful in 4m17s
CI / deploy (pull_request) Successful in 4m16s

This commit is contained in:
Arindy
2025-02-10 00:42:20 +01:00
parent 001a35165a
commit ce1f43fe98
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,
} ))
}