#Count online users
6 messages · Page 1 of 1 (latest)
[email protected]
node: v16.17.1
members.cache.filter
now it's:
(member) => member.presence.status === "online"
TypeError: Cannot read properties of null (reading 'status')
6 messages · Page 1 of 1 (latest)
• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.
[email protected]
node: v16.17.1
members.cache.filter
now it's:
(member) => member.presence.status === "online"
TypeError: Cannot read properties of null (reading 'status')