aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrey <trey6979@gmail.com>2018-02-23 19:46:04 -0500
committerTrey <trey6979@gmail.com>2018-02-23 19:46:04 -0500
commit12cd8d4fd8a2542fa323bdb0a09db53bcf78214c (patch)
tree58b6ec8f2e3f5b48c8af56d7e26404967e11ff95
parent73c55246da3ebacd99ffe9333442635e4f58bd33 (diff)
parent1e399cdcb20c5eb4b8f8aa5fff2a19fd05505c37 (diff)
downloadPokeBot-12cd8d4fd8a2542fa323bdb0a09db53bcf78214c.tar.gz
PokeBot-12cd8d4fd8a2542fa323bdb0a09db53bcf78214c.tar.bz2
PokeBot-12cd8d4fd8a2542fa323bdb0a09db53bcf78214c.zip
Merge branch 'master' of https://github.com/PokeWorld/PokeBot
-rw-r--r--bot.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/bot.js b/bot.js
index 9cec227..8250f3b 100644
--- a/bot.js
+++ b/bot.js
@@ -7,7 +7,11 @@ bot.on('ready', () => {
});
bot.on('guildMemberAdd', (member) => {
+<<<<<<< HEAD
bot.channels.get('416633835216830495').send(`Welcome @${member.user.tag}!`);
+=======
+ bot.channels.get('416633835216830495').send(`Welcome to the server **${member.user.tag}**! Make sure to read the rules in #rules!`);
+>>>>>>> 1e399cdcb20c5eb4b8f8aa5fff2a19fd05505c37
const role = member.guild.roles.find('name', 'Trainers');
member.addRole(role);
});