From 1e66c75982c9efc2538157f1c5bb905e6acc989b Mon Sep 17 00:00:00 2001 From: mudkipscience Date: Wed, 11 Mar 2020 13:09:40 +1100 Subject: [PATCH] Update help.js --- src/commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/help.js b/src/commands/help.js index c9744a2..beeda6d 100644 --- a/src/commands/help.js +++ b/src/commands/help.js @@ -68,7 +68,7 @@ exports.run = (client, message, args, level) => { }; 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 \`\nFor the full command list use \`${prefix}help all\`\n`); const myCommands = client.commands