What's the difference between users.fetch() and users.cache.get()?
I was just wondering, what is the difference between "<client>.users.fetch()" and "<client.users.cache.get()>"?
2 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Thanks for your quick reply!
Does .get() return a collection then?
Doesn't .cache return a collection?
OHH
Why didn't I think about that
Alright, thanks!