Getting guild members on a sharded bot
I want to check if a user is present in a guild on the
im doing this
now since i sharded my bot i gotta use fetchClientValues ( i think )
and the fetch client values for
accessing the sharded guild object:
so is there any other method for what i need ?
userUpdate eventim doing this
now since i sharded my bot i gotta use fetchClientValues ( i think )
and the fetch client values for
guilds.cache returns an array inside an array with 2 objects of the guilds the bot is in but they are no the full member object... they have a member property which is also an array but only has the cached member id ( only an array of id's ) saccessing the sharded guild object:
so is there any other method for what i need ?