Witam,
Od paru dni próbuje rozwiązać jeden error...
Tutaj jest error:
client.settings.forEach((config, guildId) => {
^
TypeError: Cannot read property 'forEach' of undefined.
Próbowałem patrzeć w internecie ale nic mi nie pomaga.
client.settings.forEach((config, guildId) => {
const { guilds } = client
if (guilds.cache.has(guildId)) {
const guild = guilds.cache.get(guildId)
if (guild.available) {
}
}
})
})