From af55c688a585a5b8190a83acc506330489fccf4e Mon Sep 17 00:00:00 2001 From: Th3F4nd1t Date: Tue, 25 Feb 2025 18:36:41 -0500 Subject: [PATCH] joking fun commands --- chattore/src/main/resources/commands.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chattore/src/main/resources/commands.json b/chattore/src/main/resources/commands.json index 7c57d6d..40b61ea 100644 --- a/chattore/src/main/resources/commands.json +++ b/chattore/src/main/resources/commands.json @@ -210,5 +210,15 @@ "command": "owner", "description": "Who is it? 👀", "localChat": "Follow this link to find information about the current owner: https://openredstone.org/owner" + }, + { + "command": "j", + "description": "Ur joking?", + "globalChat": " is joking" + }, + { + "command": "hj", + "description": "Ur half-joking?", + "globalChat": " is half joking" } ]