From 0514958335e0ef93cfadca4035168b4d87d578ef Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 7 Mar 2023 19:15:24 -0700 Subject: [PATCH] Fix descriptions --- commands.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commands.json b/commands.json index 0b58ba2..89c0065 100644 --- a/commands.json +++ b/commands.json @@ -6,12 +6,12 @@ }, { "name": "new", - "description": "Get an extension on the Telefreunde Community Phone System", + "description": "Get an extension on the LiteNet Phone System", "type": 1 }, { "name": "delete", - "description": "Remove your extension from the Telefreunde Community Phone System", + "description": "Remove your extension from the LiteNet Phone System", "type": 1, "options": [ { @@ -30,7 +30,7 @@ }, { "name": "list", - "description": "List all extensions on the Telefreunde Community Phone System", + "description": "List all extensions on the LiteNet Phone System", "type": 1 } -] \ No newline at end of file +]