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 + } + ] } ]