From 7b7b2874c5d58ba3c6eccdb9aba7d258146fb548 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 27 Nov 2023 16:14:32 -0500 Subject: [PATCH] fix: Fixed description for reload command. --- config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index e18506f3a..e30514bb6 100644 --- a/config.json +++ b/config.json @@ -84,8 +84,7 @@ "Enabled": true, "Description": "Show all of the commands", "Prefix": "help" - }, - { + }, { "Name": "Rights", "Enabled": false, "Description": "Directly alter user's applied courses.", @@ -103,7 +102,7 @@ }, { "Name": "Reload", "Enabled": true, - "Description": "Reload all user sessions (Forces log out)", + "Description": "Delete and recreate all players within the session.", "Prefix": "reload" }, { "Name": "KeyQuest",