"Server count:", `${client.guilds}
This is returning [Object object] and when I use .length after .guilds it just returns undefined. Can I get some help with this? (and yes i've looked at discord.js.org and .guilds does return the count.)
issue at hand
Use Discord.Client.guilds.cache.size (thanks for the answer Elitezen and Private_GER)