Partials with GuildMember
Hello, I don't understand the use of partials with GuildMember.
4 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!Why use partials with GuildMember?
i mean, you use partials if you need them
i imagine you'd get a partial if, say, a member left a guild and the member wasn't in the cache
not exactly sure though, you'd have to test it
It has already happened to me that when a member leaves the server, the bot does not react.
Thank you. ^^