diff options
Diffstat (limited to 'commands/help.js')
| -rw-r--r-- | commands/help.js | 21 |
1 files changed, 21 insertions, 0 deletions
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]' + + }; |
