partial channels
i didnt get an answer in #djs-help-v14 so ill ask here
if i have the Channel partial but have the Guilds intent, since Guilds caches all guild channels, would the only partial channels be DM Channels?
5 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!yes
off the top of my head, I was thinking that you might encounter partial threads in some events, but it seems the
Channel
partial doesn't actually affect those
e.g. ThreadUpdate
just doesn't emit for what would be a partial threadthis is also documented as only being true in dms
alright, thanks