#What is the difference between guildMemberAdd and guildMemberAvailable?

5 messages · Page 1 of 1 (latest)

gusty forum
#

Just like the title says, what is the difference between guildMemberAdd and guildMemberAvailable? I know guildMemberAdd is when a user is added to the guild, but I have no idea what guildMemberAvailable is. I assume that it is when the user has agreed to the rules and maybe finished the cooldown (so when Discord holding them back is over), but I can't find it documented anywhere.

If it is like I assumed it is, then can I use it reliably as a replacement for guildMemberAdd? What happens if you use it in a server that has no requirements? Would it be better to use it instead of guildMemberAdd? If someone could answer these questions, that would be amazing. Thank you for your time and help, it is truly appreciated.

rose stream
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

solemn hare
#

guildMemberAvailable is when an uncached guild member becomes cached

gusty forum
solemn hare
#

Yes