member.pending and requirements
Does the
GuildMember.pending
will return true
if the user has to wait the 10 minutes before talking or hasen't verified the email?6 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!Docs of the property I'm talking about ^
iirc the pending state only changes when the member completes onboarding
so if users has to wait for 10 mins, then pending will turn to false once the 10 mins are elapsed?
also can users in the 10 mins cooldown click buttons while i'm on this thread, or will they be blocked like sending messages?
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View