#No Members Shown
19 messages · Page 1 of 1 (latest)
answered on thread.
Guild#memberCount
The full amount of members in this guild
whoops
thats not the one i wanted to send
not all members are cached
you'll want to fetch them
GuildMemberManager#fetch()
Fetches member(s) from a guild.
i used to use .cache all the time and never had any problem with it
ill try using both (check cache, if it isnt there then it uses fetch)
for accessing guilds, channels or even roles, those are all cached by default with the Guilds intent
fetch checks cache first if the data exists, but makes an api request if no found
no problem
that didn't do anything