Attempt #2 to fix help command

This commit is contained in:
SileNce5k 2022-03-24 23:46:08 +01:00
parent 4cba23dbe2
commit cbb0cc03d8
Failed to extract signature

View file

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