Finished welcome message

imgbot
kieranrobson 2022-05-10 20:19:41 +01:00
parent 707f4d9b97
commit 21ef7ed8dd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ client.on('guildMemberAdd', async guildmember =>{
const welcomechannel =client.channels.cache.get('427875246801027072')
if(guild == guildmember.guild.id )
{
welcomechannel.send(`<:hi:858281121611513897> Welcome! **${guildmember.user}** has just joined the server! Grab some roles from: `);
welcomechannel.send(`<:hi:858281121611513897> Welcome! **${guildmember.user}** has just joined the server! Grab some roles from: <#427873938333499404> and let us know who you are within <#427874873898041346>`);
}