aboutsummaryrefslogtreecommitdiff
path: root/abwelcome.js
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-08-23 17:47:25 -0400
committerUnknown <Alee14498@gmail.com>2017-08-23 17:47:25 -0400
commit237cc08e11a9dcf6065e0c5d1bd584e59b6bf5ee (patch)
tree609282bddf2056177a963fcc21ae2fe98f5a1983 /abwelcome.js
parent9f48eaee5732dcf618d2d7cc2dc09c1c729e9726 (diff)
downloadAleeBot-237cc08e11a9dcf6065e0c5d1bd584e59b6bf5ee.tar.gz
AleeBot-237cc08e11a9dcf6065e0c5d1bd584e59b6bf5ee.tar.bz2
AleeBot-237cc08e11a9dcf6065e0c5d1bd584e59b6bf5ee.zip
Updates on Readme and adding contributing to AleeBot
Diffstat (limited to 'abwelcome.js')
-rw-r--r--abwelcome.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/abwelcome.js b/abwelcome.js
index 38b157f..898b6a2 100644
--- a/abwelcome.js
+++ b/abwelcome.js
@@ -10,8 +10,8 @@ client.on('ready', () => {
});
client.on("guildMemberAdd", function(member) {
- member.guild.channels.find("name", "welcomes-and-byes").sendMessage(member.toString() + " has joined the server")
-
+ member.guild.channels.find("name", "welcomes-and-byes").sendMessage(member.toString() + " has joined the server");
+
});
client.on("guildMemberRemove", function(member) {