Don't show page number on help with specific commands
All checks were successful
CI / CI (push) Successful in 1m28s
All checks were successful
CI / CI (push) Successful in 1m28s
This commit is contained in:
parent
6f8dd7ebf6
commit
1fd5f6cc6a
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,7 @@ module.exports = {
|
|||
start++;
|
||||
}
|
||||
}else if(args[0] === command.name){
|
||||
fieldName = "Description";
|
||||
commands = commands + `${prefix}${command.name}\n`
|
||||
embed.setTitle(command.name.charAt(0).toUpperCase() + command.name.slice(1))
|
||||
if(command.moreHelp){
|
||||
|
@ -67,7 +68,6 @@ module.exports = {
|
|||
commands = commands + `${element}\n`
|
||||
});
|
||||
} else {
|
||||
fieldName = "Description";
|
||||
commands = commands + `${command.description}`;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue