Add a command to roll a random value

This commit is contained in:
2023-04-11 04:37:21 +02:00
parent 46d3b28aec
commit 279b70e063
6 changed files with 226 additions and 155 deletions

View File

@@ -42,4 +42,5 @@ twilight-model = "0.15.1"
twilight-util = { version = "0.15.1", features = ["builder"] }
url = "2.3.1"
ureq = { version = "2.6.2", features = ["json"] }
uuid = "1.3.0"
uuid = "1.3.0"
rand = "0.8.5"