From 3bdd0afad61475cc927ad3de99ea7d6cf0258693 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 14 Aug 2017 19:50:33 -0400 Subject: Updating what it's playing --- aleebot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }); -- cgit v1.2.3