#.fetch() and .cache return 2 different things
4 messages · Page 1 of 1 (latest)
And guildGetter async function guildGetter() { let chan=await client.guilds.fetch(); return chan }
if you are using shards go with client.guilds.fetch
client.guilds.fetch() returns a collection with OAuth2Guild's
so thats expected