From 43e1cd0b3ed68e004926184fabbfd016f80cd4ff Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 31 Jul 2017 18:51:04 -0400 Subject: Changing what AleeBot's Playing --- aleebot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aleebot.js') diff --git a/aleebot.js b/aleebot.js index 14603ef..71a01a8 100644 --- a/aleebot.js +++ b/aleebot.js @@ -18,7 +18,7 @@ var logsChannel = "318874545593384970"; client.on('ready', () => { console.log("[SUCCESS] AleeBot is now ready! Running version "+ abversion +"!"); - client.user.setGame(`on ${client.guilds.size} servers and on version `+ abversion +``); + client.user.setGame(`on ${client.guilds.size} servers`); }); //Only works for AleeAmry Community I need someone to work it for Public and it's disabled because it crashes AleeBot :( /*client.on("guildMemberAdd", function(member) { @@ -156,7 +156,7 @@ client.on("message", function(message){ 'ab:kick Kicks people\n' + 'ab:ban Bans People\n' + "ab:rm Removes the message with a amount\n" + - 'Please note that we are still working on this feature!```'); + 'Please note that we are still working on this feature! If you want to help do ab:git then go to the site and start a pull request```'); } }); -- cgit v1.2.3