aboutsummaryrefslogtreecommitdiff
path: root/aleemod.js
diff options
context:
space:
mode:
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();
});