Attempt #2 to fix help command
This commit is contained in:
parent
4cba23dbe2
commit
cbb0cc03d8
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module.exports = {
|
|||
commands = commands + `${element}\n`
|
||||
});
|
||||
} else {
|
||||
noHelp = 1;
|
||||
commands = commands + `Description:\n${command.description}\n`;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue