Update moreHelp for help command
This commit is contained in:
parent
de5a7e7453
commit
5ed26c9d7f
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ module.exports = {
|
|||
description: 'List all available commands.',
|
||||
moreHelp: ["Examples:","<prefix>help will return help with a small description for each command",
|
||||
"<prefix>help <another_command> will return help with a more descriptive description",
|
||||
"The descriptive description isn't available on all commands"
|
||||
"The descriptive description isn't available on all commands",
|
||||
"<prefix>help netmodules to display help for netmodules"
|
||||
],
|
||||
execute({ message, args, prefix, client }) {
|
||||
var commands = " "
|
||||
|
|
Loading…
Add table
Reference in a new issue