aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
Diffstat (limited to 'aleebot.js')
-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!");
});