TypeError: client.guilds.foreach bukan fungsi

// This is for Discord Bots
// Version 12 Syntax is different than the v11

client.guilds.cache.forEach((guild) => {
    console.log(guild.name);
});
The Real One