aboutsummaryrefslogtreecommitdiff
path: root/aleemod.js
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-06-01 20:57:23 +0000
committerUnknown <Alee14498@gmail.com>2017-06-01 20:57:23 +0000
commitb982d5d144320f3cd89c40bc92cd331ec235cfe3 (patch)
tree5ba7a0fa730a137f55e2b11b75ee5d7096d1e7c4 /aleemod.js
parent30d5893725ba73ba34044888492daf1e548ec13d (diff)
downloadAleeBot-b982d5d144320f3cd89c40bc92cd331ec235cfe3.tar.gz
AleeBot-b982d5d144320f3cd89c40bc92cd331ec235cfe3.tar.bz2
AleeBot-b982d5d144320f3cd89c40bc92cd331ec235cfe3.zip
Updating things
Diffstat (limited to 'aleemod.js')
-rw-r--r--aleemod.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleemod.js b/aleemod.js
index 483793d..3e082f3 100644
--- a/aleemod.js
+++ b/aleemod.js
@@ -20,7 +20,7 @@ const config = require('./amtoken.json');
client.on('ready', () => {
- console.log("AleeMod is now ready!");
+ console.log("[SUCCESS] AleeMod is now ready!");
client.setInterval(setGame, 300000);
setGame();
});