Update moreHelp for help command

This commit is contained in:
SileNce5k 2021-06-25 19:24:28 +02:00
parent de5a7e7453
commit 5ed26c9d7f
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -7,7 +7,8 @@ module.exports = {
description: 'List all available commands.', description: 'List all available commands.',
moreHelp: ["Examples:","<prefix>help will return help with a small description for each command", 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", "<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 }) { execute({ message, args, prefix, client }) {
var commands = " " var commands = " "