diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-31 18:51:04 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-31 18:51:04 -0400 |
| commit | 43e1cd0b3ed68e004926184fabbfd016f80cd4ff (patch) | |
| tree | 00ffff0f407c02305747802942558f4ac8fc46ad | |
| parent | 1836fbb3256cb1f1e8f7ea48e003ac7e604a5b5d (diff) | |
| download | AleeBot-43e1cd0b3ed68e004926184fabbfd016f80cd4ff.tar.gz AleeBot-43e1cd0b3ed68e004926184fabbfd016f80cd4ff.tar.bz2 AleeBot-43e1cd0b3ed68e004926184fabbfd016f80cd4ff.zip | |
Changing what AleeBot's Playing
| -rw-r--r-- | aleebot.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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```'); } }); |
