mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 09:21:58 -05:00
Update guildMemberAdd.js
This commit is contained in:
parent
4c2240022f
commit
63e2314ba4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue