From 398781439f0452913785d08a53e2f638a9671021 Mon Sep 17 00:00:00 2001 From: Darien Rousseau <45698803+not-pyroman@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:41:05 -0600 Subject: [PATCH] Update commands.json add new commands, which currently do nothing --- commands.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/commands.json b/commands.json index 0113c3d..776dbef 100644 --- a/commands.json +++ b/commands.json @@ -233,5 +233,25 @@ "required": false } ] + }, + { + "name": "handcuff", + "description": "Does nothing (for now)", + "type": 1 + }, + { + "name": "bait", + "description": "Does nothing (for now)", + "type": 1 + }, + { + "name": "bodyguard", + "description": "Does nothing (for now)", + "type": 1 + }, + { + "name": "panhandle", + "description": "Does nothing (for now)", + "type": 1 } ]