summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aleebot.js2
-rw-r--r--aleemod.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/aleebot.js b/aleebot.js
index ce65700..34e17ef 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -57,7 +57,7 @@ client.on('message', message => {
});
client.on('ready', () => {
- console.log("AleeBot is now ready!");
+ console.log("[SUCCESS] AleeBot is now ready!");
client.setInterval(setGame, 300000);
setGame();
});
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();
});