From 3c74b0b12bafe942b4ec8a091b559fadc5ec1c5f Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 18 Aug 2017 13:34:36 -0400 Subject: Added when you start AleeBot it's going to load all the commands --- commands/help.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'commands/help.js') diff --git a/commands/help.js b/commands/help.js index b7da131..1cf6f06 100644 --- a/commands/help.js +++ b/commands/help.js @@ -33,3 +33,24 @@ var embed = new Discord.RichEmbed() ''+prefix+'ask\n' + ''+prefix+'ship\n\n' + "Copyright "+ year +". Created by Alee14\n```"); */ + exports.conf = { + enabled: true, + + guildOnly: false, + + aliases: ['h', 'halp'], + + permLevel: 0 + + }; + + + exports.help = { + + name: 'help', + + description: 'Displays all the available commands for your permission level.', + + usage: 'help [command]' + + }; -- cgit v1.2.3