aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrey <trey6979@gmail.com>2018-02-23 19:46:30 -0500
committerTrey <trey6979@gmail.com>2018-02-23 19:46:30 -0500
commitb72178f3913bcc5445b5beb742147f916b3d545f (patch)
tree8ade3dbcb4ab41d199e433bc1c77fc0d67bcd4bc
parent12cd8d4fd8a2542fa323bdb0a09db53bcf78214c (diff)
downloadPokeBot-b72178f3913bcc5445b5beb742147f916b3d545f.tar.gz
PokeBot-b72178f3913bcc5445b5beb742147f916b3d545f.tar.bz2
PokeBot-b72178f3913bcc5445b5beb742147f916b3d545f.zip
vscode fucked the file in the anus
-rw-r--r--bot.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/bot.js b/bot.js
index 8250f3b..ba93e4b 100644
--- a/bot.js
+++ b/bot.js
@@ -7,11 +7,7 @@ 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);
});