Fix help on specific commands
This commit is contained in:
parent
e056af182e
commit
72a6d78003
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue