Edit moreHelp for help command

This commit is contained in:
SileNce5k 2021-06-26 13:55:13 +02:00
parent ea9d4450c0
commit 9ee969863a
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -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 = " "