diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-28 22:00:26 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-28 22:00:26 -0400 |
| commit | cc35e0f884681948d9ab04bc65ea33becd393178 (patch) | |
| tree | 0a30787a2fd00f43f424a533d6c8968ea8cb9469 | |
| parent | 0659e5cbd6a5ee8c04589e44c5c9b80390aa6cdf (diff) | |
| download | AleeBot-cc35e0f884681948d9ab04bc65ea33becd393178.tar.gz AleeBot-cc35e0f884681948d9ab04bc65ea33becd393178.tar.bz2 AleeBot-cc35e0f884681948d9ab04bc65ea33becd393178.zip | |
Doing updates
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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!"); }); |
