Fix help on specific commands

This commit is contained in:
SileNce5k 2022-01-18 13:38:04 +01:00
parent e056af182e
commit 72a6d78003

View file

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