aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js3
1 files changed, 2 insertions, 1 deletions
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) {