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;