Edit moreHelp for help command
This commit is contained in:
parent
ea9d4450c0
commit
9ee969863a
1 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@ const Discord = require('discord.js');
|
|||
module.exports = {
|
||||
name: 'help',
|
||||
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",
|
||||
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",
|
||||
"<prefix>help netmodules to display help for netmodules"
|
||||
"`<prefix>help netmodules` to display help for netmodules"
|
||||
],
|
||||
execute({ message, args, prefix, client }) {
|
||||
var commands = " "
|
||||
|
|
Loading…
Add table
Reference in a new issue