diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-22 22:11:23 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-22 22:11:23 -0400 |
| commit | 9f48eaee5732dcf618d2d7cc2dc09c1c729e9726 (patch) | |
| tree | 1cc1334aaf9616e0ae891ed928dfd0e58fb81aa1 | |
| parent | e74c559da74f83fab28f97c0bdb0a34fd735ac84 (diff) | |
| download | AleeBot-9f48eaee5732dcf618d2d7cc2dc09c1c729e9726.tar.gz AleeBot-9f48eaee5732dcf618d2d7cc2dc09c1c729e9726.tar.bz2 AleeBot-9f48eaee5732dcf618d2d7cc2dc09c1c729e9726.zip | |
Remove something
| -rw-r--r-- | abwelcome.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/abwelcome.js b/abwelcome.js index 9a8a3fb..38b157f 100644 --- a/abwelcome.js +++ b/abwelcome.js @@ -11,8 +11,7 @@ client.on('ready', () => { client.on("guildMemberAdd", function(member) { member.guild.channels.find("name", "welcomes-and-byes").sendMessage(member.toString() + " has joined the server") - message.author.sendMessage(`Welcome to the AleeArmy Server **${member.user.username}**! Make sure to read the rules first and wait until Alee or a staff makes you part of member!`); - + }); client.on("guildMemberRemove", function(member) { |
