diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-06-28 22:40:09 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-06-28 22:40:09 -0400 |
| commit | 89bb87236b5f19b920ca189a5c8220b1ae907d4b (patch) | |
| tree | 926c06a3bd1a4c332348fb4336fd54f910240418 /events | |
| parent | 90f7db041e173b1410f945f5fe112eed13e3aec6 (diff) | |
| download | PokeBot-89bb87236b5f19b920ca189a5c8220b1ae907d4b.tar.gz PokeBot-89bb87236b5f19b920ca189a5c8220b1ae907d4b.tar.bz2 PokeBot-89bb87236b5f19b920ca189a5c8220b1ae907d4b.zip | |
Added the start of alliances!
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 c24ac57..9c901a8 100644 --- a/events/guildMemberAdd.js +++ b/events/guildMemberAdd.js @@ -36,7 +36,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 <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 an alliance! To see current alliances, run the command `p:join`. Thanks for visiting, and we hope you enjoy your stay.'); const role = member.guild.roles.find('name', 'Trainers'); member.addRole(role); }; |
