diff --git a/events/guildMemberAdd.js b/events/guildMemberAdd.js index 655ee07..e1d42a7 100644 --- a/events/guildMemberAdd.js +++ b/events/guildMemberAdd.js @@ -6,10 +6,6 @@ const discord = require('discord.js'); client.on('guildMemberAdd', async guildmember =>{ const guild = client.guilds.cache.get('427865794467069962'); const welcomechannel = client.channels.cache.get('427875246801027072') - if(guild == '427865794467069962') - { - welcomechannel.send(` Welcome! **${guildmember.user}** has just joined the server! Grab some roles from <#427873938333499404> and let us know who you are within <#427874873898041346>`); - - } + welcomechannel.send(` Welcome! **${guildmember.user}** has just joined the server! Grab some roles from <#427873938333499404> and let us know who you are within <#427874873898041346>`); }) \ No newline at end of file