Which things are always cached with the Guilds intent?
I wanna have a list of things that are always cached with Guilds intent so I know when to get from cache and when to fetch, so there's guilds, guild channels, roles, emojis, voice states (not sure about this one), am I missing something? Also, are there other things that are always cached given you have some intent needed for it?
6 Replies
• 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.bumping so i also see the replies
Things that I remember
Guilds
guilds
guild channels
guild channel perm overwrites
roles
GuildVoiceStates
voce states
guild members in channels
GuildPresences
Non-offline presences
Non-offline members
Wait so GuildPresences makes it so all non-offline members are cached?
Yes
That must be heavy on the memory then