diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-12 02:07:42 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-12 02:07:42 -0400 |
| commit | 58266469be4210bfe982f3c202eb9febdbf13379 (patch) | |
| tree | f6f821e1aaf188ee1b671099e2d4df357ecdd727 /aleebot.js | |
| parent | 40ee83aaa015c6b1cf4642e8e8062ffff6c99b26 (diff) | |
| download | AleeBot-58266469be4210bfe982f3c202eb9febdbf13379.tar.gz AleeBot-58266469be4210bfe982f3c202eb9febdbf13379.tar.bz2 AleeBot-58266469be4210bfe982f3c202eb9febdbf13379.zip | |
Updates
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) { |
