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
d.js toolkit
d.js toolkit12mo ago
• 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.
treble/luna
treble/luna12mo ago
bumping so i also see the replies
Syjalo
Syjalo12mo ago
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
Danial
Danial12mo ago
Wait so GuildPresences makes it so all non-offline members are cached?
Syjalo
Syjalo12mo ago
Yes
Danial
Danial12mo ago
That must be heavy on the memory then