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; }