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;