From 214d9b06a44ea6adde8c86df0716a3e7277f9bfa Mon Sep 17 00:00:00 2001 From: Darien Rousseau <45698803+not-pyroman@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:30:37 -0600 Subject: [PATCH] Update commands.json --- commands.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands.json b/commands.json index 1e9af98..0a7efef 100644 --- a/commands.json +++ b/commands.json @@ -130,11 +130,11 @@ "choices": [ { "name": "heads", - "value": "true" + "value": "heads" }, { "name": "tails", - "value": "false" + "value": "tails" } ] } @@ -191,4 +191,4 @@ } ] } -] \ No newline at end of file +]