© 2026 Hedgehog Software, LLC
const guild = client.guilds.resolve(guildId); if (guild.channels.cache.get(ids.chat) === undefined) { console.log('not there'); } else { console.log('its there'); }