diff options
| author | Trey <trey6979@gmail.com> | 2018-02-23 19:46:04 -0500 |
|---|---|---|
| committer | Trey <trey6979@gmail.com> | 2018-02-23 19:46:04 -0500 |
| commit | 12cd8d4fd8a2542fa323bdb0a09db53bcf78214c (patch) | |
| tree | 58b6ec8f2e3f5b48c8af56d7e26404967e11ff95 | |
| parent | 73c55246da3ebacd99ffe9333442635e4f58bd33 (diff) | |
| parent | 1e399cdcb20c5eb4b8f8aa5fff2a19fd05505c37 (diff) | |
| download | PokeBot-12cd8d4fd8a2542fa323bdb0a09db53bcf78214c.tar.gz PokeBot-12cd8d4fd8a2542fa323bdb0a09db53bcf78214c.tar.bz2 PokeBot-12cd8d4fd8a2542fa323bdb0a09db53bcf78214c.zip | |
Merge branch 'master' of https://github.com/PokeWorld/PokeBot
| -rw-r--r-- | bot.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); }); |
