From 501f9d3d578d3fbd1cb2aea03b718b6d64d7d561 Mon Sep 17 00:00:00 2001 From: Darien Rousseau <45698803+not-pyroman@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:34:37 -0600 Subject: [PATCH] allow the ability to specify a word in /wordscramble --- commands.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/commands.json b/commands.json index b93c861..13093f7 100644 --- a/commands.json +++ b/commands.json @@ -85,7 +85,7 @@ }, { "name": "transfer", - "description": "Transfer coins to another user (2:1 ratio)", + "description": "Transfer coins to another user (4:3 ratio)", "type": 1, "options": [ { @@ -226,6 +226,14 @@ { "name": "wordscramble", "description": "Trigger a word scramble (admin only)", - "type": 1 + "type": 1, + "options":[ + { + "name": "override", + "description": "Force the specified string/word instead of the random option", + "type": 3, + "required": false + } + ] } ]