From a055995b7388c1af829596eb628574f917aae9e6 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Thu, 24 Mar 2022 23:32:43 +0100 Subject: [PATCH] Revert "Fix help on specific commands" This reverts commit 72a6d7800390685ea8471faa14ab5f4e036cfb97. --- commands/info/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/info/help.js b/commands/info/help.js index 611115a..de82c05 100644 --- a/commands/info/help.js +++ b/commands/info/help.js @@ -50,7 +50,7 @@ module.exports = { commands = commands + `${element}\n` }); } else { - commands = command.description; + //commands = command.description; noHelp = 1; } break;