© 2026 Hedgehog Software, LLC
const members = await interaction.guild.members.fetch({ withPresences: true }); const online = members.filter(member => member.presence.status !== "offline").size;
TypeError: Cannot read properties of null (reading 'status')