aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-08-14 19:50:33 -0400
committerUnknown <Alee14498@gmail.com>2017-08-14 19:50:33 -0400
commit3bdd0afad61475cc927ad3de99ea7d6cf0258693 (patch)
tree27364fe56dd0abc860aab058523e730c0de1338c
parentf111e4bf6c2714d3dcf3ab321c60916d30ab0c17 (diff)
downloadAleeBot-3bdd0afad61475cc927ad3de99ea7d6cf0258693.tar.gz
AleeBot-3bdd0afad61475cc927ad3de99ea7d6cf0258693.tar.bz2
AleeBot-3bdd0afad61475cc927ad3de99ea7d6cf0258693.zip
Updating what it's playing
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 01c72a2..7bcd266 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -34,7 +34,7 @@ var logsChannel = "318874545593384970";
client.on('ready', () => {
console.log("[SUCCESS] AleeBot is now ready! Running version "+ abversion +"!");
- client.user.setGame(`with other bots c:`);
+ client.user.setGame(`with version ` + abversion);
client.user.setStatus('online')
});