diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-11-01 21:30:36 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-11-01 21:30:36 -0400 |
| commit | 8565b9930eda2cce674ec2dff6c1e9c941396adc (patch) | |
| tree | 47eb7b8b5eb0969e8f638bdb20b26cb75aaed67e /events | |
| parent | 9e94faf4a01e34e5c1e9353c887af1d660c99043 (diff) | |
| download | PokeBot-8565b9930eda2cce674ec2dff6c1e9c941396adc.tar.gz PokeBot-8565b9930eda2cce674ec2dff6c1e9c941396adc.tar.bz2 PokeBot-8565b9930eda2cce674ec2dff6c1e9c941396adc.zip | |
Added a package + fixed when joining pokeworld
Diffstat (limited to 'events')
| -rw-r--r-- | events/guildMemberAdd.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/events/guildMemberAdd.js b/events/guildMemberAdd.js index 1c8273a..ece038b 100644 --- a/events/guildMemberAdd.js +++ b/events/guildMemberAdd.js @@ -31,7 +31,7 @@ module.exports = async (bot, member) => { bot.channels.get('635835832913231872').setName('Member Count: ' + (member.guild.memberCount - botCount)); bot.channels.get('635835875065987073').setName('Bot Count: ' + botCount); bot.channels.get('417100669980508160').send(`Welcome to the server **${member.user.tag}**! Make sure to read the rules! We now have ${member.guild.memberCount} members.`); - bot.channels.get('417088992329334794').send('Welcome to the server <@' + member.id + '>. Be sure to join a team: `p:join <flare, skull>`. Also, make sure to read our introduction: `p:start`.'); + bot.channels.get('417088992329334794').send('Welcome to the server <@' + member.id + '>. Be sure to join a team: `p:jointeam <flare, skull>`. Also, make sure to read our introduction: `p:start`.'); const role = member.guild.roles.find('name', 'Trainers'); member.addRole(role); }; |
