Force fetching a guild
Hey,
i need to fetch a guild with its members.
How can i fetch them with force?
That doesn't work for me :/
13 Replies
because thats not valid syntax
client.guilds.fetch({ guild: 'guild id', force: true })
ok i will try this
I kicked a member and setted an interval but it wont change the number
what number
Do you know what it can be
the number of guild members
any reason as to why you dont just use the GUILDS and GUILD_MEMBERS intent?
i look it up wait a sec 🙂
thanks it works
i forget it every time 😄
you dont have to fetch the guild
i store guild id's in a db with the id and iterate through it to fetch the members
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
ok what would be the beste way?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
force fetch is just to way to tell djs not to check the cache which might give better results depending on intents and what are you fetching
@nlmyr this is the best way