Revert "Fix help on specific commands"

This reverts commit 72a6d78003.
This commit is contained in:
SileNce5k 2022-03-24 23:32:43 +01:00
parent bc3b182236
commit a055995b73
Failed to extract signature

View file

@ -50,7 +50,7 @@ module.exports = {
commands = commands + `${element}\n` commands = commands + `${element}\n`
}); });
} else { } else {
commands = command.description; //commands = command.description;
noHelp = 1; noHelp = 1;
} }
break; break;