#guildMemberUpdate not being recieved

1 messages · Page 1 of 1 (latest)

marsh cipher
#

My bot isn't sending any output for guildMemberUpdate event, I already did client.emit('guildMemberUpdate') but when I updated my profile picture it didn't send output.

I have GUILD_MEMBERS intent and it's enabled on developer application settings.

client.on('guildMemberUpdate', (o, n) => {
    console.log('recieved event')
  })```

Code ^
#

@rose vale Adding you to this thread because you said something about it

rose vale
#

ohh yes

#

no problem

#

add intents

marsh cipher
#

This is my list of intents:

  Intents.FLAGS.GUILDS,
  Intents.FLAGS.GUILD_MEMBERS,
  Intents.FLAGS.GUILD_BANS,
  Intents.FLAGS.GUILD_EMOJIS_AND_STICKERS,
  Intents.FLAGS.GUILD_INTEGRATIONS,
  Intents.FLAGS.GUILD_WEBHOOKS,
  Intents.FLAGS.GUILD_INVITES,
  Intents.FLAGS.GUILD_VOICE_STATES,
  Intents.FLAGS.GUILD_PRESENCES,
  Intents.FLAGS.GUILD_MESSAGES,
  Intents.FLAGS.GUILD_MESSAGE_REACTIONS,
  Intents.FLAGS.DIRECT_MESSAGES```
rose vale
#

you have to update your profile on guild

#

no in user

marsh cipher
#

ah

#

one sec

#

you're right, i thought it covers profile picture and username updates

rose vale
#

yeah thx