This commit is contained in:
parent
cddceda3c5
commit
cc149768c1
3 changed files with 1 additions and 7 deletions
|
@ -8,8 +8,7 @@ module.exports = {
|
|||
description: 'List all available commands.',
|
||||
moreHelp: ["Examples:","`<prefix>help [optional_page]` 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",
|
||||
"`<prefix>help netmodules` to display help for netmodules"
|
||||
"The descriptive description isn't available on all commands"
|
||||
],
|
||||
execute({ message, args, prefix, client }) {
|
||||
let commands = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue