aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 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();
});