From cc35e0f884681948d9ab04bc65ea33becd393178 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 28 Jul 2017 22:00:26 -0400 Subject: Doing updates --- aleebot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aleebot.js') 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!"); }); -- cgit v1.2.3