diff options
| author | Trey <trey6979@gmail.com> | 2018-02-23 19:46:30 -0500 |
|---|---|---|
| committer | Trey <trey6979@gmail.com> | 2018-02-23 19:46:30 -0500 |
| commit | b72178f3913bcc5445b5beb742147f916b3d545f (patch) | |
| tree | 8ade3dbcb4ab41d199e433bc1c77fc0d67bcd4bc | |
| parent | 12cd8d4fd8a2542fa323bdb0a09db53bcf78214c (diff) | |
| download | PokeBot-b72178f3913bcc5445b5beb742147f916b3d545f.tar.gz PokeBot-b72178f3913bcc5445b5beb742147f916b3d545f.tar.bz2 PokeBot-b72178f3913bcc5445b5beb742147f916b3d545f.zip | |
vscode fucked the file in the anus
| -rw-r--r-- | bot.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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); }); |
