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/uptime.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'commands/uptime.js') diff --git a/commands/uptime.js b/commands/uptime.js index 63f9242..dc61369 100644 --- a/commands/uptime.js +++ b/commands/uptime.js @@ -39,3 +39,24 @@ message.reply("It looks like AleeBot has been up for " + timeString + " hours.") commandProcessed = true; } + +exports.conf = { + enabled: true, + + guildOnly: false, + + aliases: [], + + permLevel: 0 + +}; + +exports.help = { + + name: 'uptime', + + description: 'It will tell you how long AleeBot has been on for.', + + usage: 'uptime' + +}; -- cgit v1.2.3