aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-28 22:00:26 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-28 22:00:26 -0400
commitcc35e0f884681948d9ab04bc65ea33becd393178 (patch)
tree0a30787a2fd00f43f424a533d6c8968ea8cb9469
parent0659e5cbd6a5ee8c04589e44c5c9b80390aa6cdf (diff)
downloadAleeBot-cc35e0f884681948d9ab04bc65ea33becd393178.tar.gz
AleeBot-cc35e0f884681948d9ab04bc65ea33becd393178.tar.bz2
AleeBot-cc35e0f884681948d9ab04bc65ea33becd393178.zip
Doing updates
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index e9bf798..80d00cf 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -21,7 +21,7 @@ client.on('ready', () => {
client.setInterval(setGame, 300000);
setGame();
});
-//Only works for AleeAmry Community
+//Only works for AleeAmry Community I need someone to work it for Public
client.on("guildMemberAdd", function(member) {
member.guild.channels.find("name", "welcomes-and-byes").sendMessage(member.toString() + " Welcome to the AleeArmy!");
});