aboutsummaryrefslogtreecommitdiff
path: root/events/guildMemberAdd.js
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-12-08 09:09:05 -0500
committerGitHub <noreply@github.com>2019-12-08 09:09:05 -0500
commit63e2314ba4e8c64ffd0611e52d97a8cdda70ef4d (patch)
treed4d9c27bc5597c7d276afe6779859cf5a1729b67 /events/guildMemberAdd.js
parent4c2240022f7f1dd88d953046c3cfef87ae8f2218 (diff)
downloadPokeBot-63e2314ba4e8c64ffd0611e52d97a8cdda70ef4d.tar.gz
PokeBot-63e2314ba4e8c64ffd0611e52d97a8cdda70ef4d.tar.bz2
PokeBot-63e2314ba4e8c64ffd0611e52d97a8cdda70ef4d.zip
Update guildMemberAdd.js
Diffstat (limited to 'events/guildMemberAdd.js')
-rw-r--r--events/guildMemberAdd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/events/guildMemberAdd.js b/events/guildMemberAdd.js
index 8527f63..ffadf9a 100644
--- a/events/guildMemberAdd.js
+++ b/events/guildMemberAdd.js
@@ -37,7 +37,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);
};