Update help.js

This commit is contained in:
Emily 2020-03-11 13:09:40 +11:00
parent b11f18b1a9
commit 1e66c75982
1 changed files with 1 additions and 1 deletions

View File

@ -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 <command>\`\nFor the full command list use \`${prefix}help all\`\n`);
const myCommands = client.commands