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
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
neon
neon2y ago
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!