From cbb0cc03d8119e4e1dc66faaf8431c58a37220f0 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Thu, 24 Mar 2022 23:46:08 +0100 Subject: [PATCH] Attempt #2 to fix help command --- 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 8f3ef3c..b1db9da 100644 --- a/commands/info/help.js +++ b/commands/info/help.js @@ -50,7 +50,7 @@ module.exports = { commands = commands + `${element}\n` }); } else { - noHelp = 1; + commands = commands + `Description:\n${command.description}\n`; } break; }