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