Update help.js
This commit is contained in:
parent
b11f18b1a9
commit
1e66c75982
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ exports.run = (client, message, args, level) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
if(args[0].toLowerCase() == "all") {
|
if(args[0].toLowerCase() == "all") {
|
||||||
embed.setTitle("Command list");
|
embed.setTitle(`Commands [${client.commands.size}]`);
|
||||||
embed.setDescription(`For more information on a specific command use \`${prefix}help <command>\`\nFor the full command list use \`${prefix}help all\`\n`);
|
embed.setDescription(`For more information on a specific command use \`${prefix}help <command>\`\nFor the full command list use \`${prefix}help all\`\n`);
|
||||||
|
|
||||||
const myCommands = client.commands
|
const myCommands = client.commands
|
||||||
|
|
Loading…
Reference in a new issue