aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-12 02:07:42 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-12 02:07:42 -0400
commit58266469be4210bfe982f3c202eb9febdbf13379 (patch)
treef6f821e1aaf188ee1b671099e2d4df357ecdd727 /aleebot.js
parent40ee83aaa015c6b1cf4642e8e8062ffff6c99b26 (diff)
downloadAleeBot-58266469be4210bfe982f3c202eb9febdbf13379.tar.gz
AleeBot-58266469be4210bfe982f3c202eb9febdbf13379.tar.bz2
AleeBot-58266469be4210bfe982f3c202eb9febdbf13379.zip
Updates
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) {