From 72a6d7800390685ea8471faa14ab5f4e036cfb97 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Tue, 18 Jan 2022 13:38:04 +0100 Subject: [PATCH] Fix help on specific commands --- 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 8521b97..2589af2 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;