From 58266469be4210bfe982f3c202eb9febdbf13379 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 12 Aug 2017 02:07:42 -0400 Subject: Updates --- aleebot.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aleebot.js b/aleebot.js index 1ef450a..7f3f800 100644 --- a/aleebot.js +++ b/aleebot.js @@ -126,6 +126,7 @@ client.on("message", function(message){ } if(command === 'uptime'){ + //This command was ported from AstralMod var timeString; // What we'll eventually put into the message var uptime = parseInt(client.uptime); // Get uptime in ms @@ -217,7 +218,7 @@ commandProcessed = true; } if(command === 'attack'){ - + //This command was ported from AstralMod abattack = command.substr(7); if (command.indexOf("@everyone") == -1) { -- cgit v1.2.3