aboutsummaryrefslogtreecommitdiff
path: root/events
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-04-03 18:49:13 -0400
committerUnknown <jtsshieh@outlook.com>2018-04-03 18:49:13 -0400
commit25a77ee0dab23409516ce4f87c3b72600d3118f4 (patch)
tree5014252f005a9aefe7641b62fe5016f948c19446 /events
parent202ad77ee9a4977c0ead27c59fee7e8a4cb64a6e (diff)
downloadPokeBot-25a77ee0dab23409516ce4f87c3b72600d3118f4.tar.gz
PokeBot-25a77ee0dab23409516ce4f87c3b72600d3118f4.tar.bz2
PokeBot-25a77ee0dab23409516ce4f87c3b72600d3118f4.zip
last changes
Diffstat (limited to 'events')
-rw-r--r--events/guildMemberAdd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/events/guildMemberAdd.js b/events/guildMemberAdd.js
index 63081b1..11c0c18 100644
--- a/events/guildMemberAdd.js
+++ b/events/guildMemberAdd.js
@@ -33,7 +33,7 @@ module.exports = async (bot, member) => {
bot.channels.get('426829685289123850').setName('Member Count: ' + (member.guild.memberCount - botCount));
bot.channels.get('426829838238613504').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 <skull, flare>`');
+ 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`.');
const role = member.guild.roles.find('name', 'Trainers');
member.addRole(role);
};