aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-14 20:03:25 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-14 20:03:25 -0400
commite5afab40d699054c12cb3f2a973e77576ec7733f (patch)
tree5793a3c3d9f2718ee8907475c6783bd093560987
parent98196859a2b0fd1aa9674db92a98a80f5e27020b (diff)
downloadAleeBot-e5afab40d699054c12cb3f2a973e77576ec7733f.tar.gz
AleeBot-e5afab40d699054c12cb3f2a973e77576ec7733f.tar.bz2
AleeBot-e5afab40d699054c12cb3f2a973e77576ec7733f.zip
Updates
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 63dc2db..031a2a9 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')
});