© 2026 Hedgehog Software, LLC
let server = client.guilds.cache.get('server_id') let category = server.channels.cache.find(c => c.id === 'category_id' && c.type == Discord.ChannelType.GuildCategory);
TypeError: Cannot read properties of undefined (reading 'channels')