incorrect presence display
I have 3 users on the server with the status "idle", but for some reason it shows that 1 with the status "online", and 2 with the status "idle"
Code:
8 Replies
• 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.Do you have the guild presences intent enabled in the code?
yes
GatewayIntentBits.GuildPresences
if not intent, all users "offline"
Can you check who it thinks is online?
Bot, that run the code
Is the bot in other guilds?
Yes
up
"onClientReady.js" is connected to "bot.js"
What does it have to do with it if a bot with exactly the same code is displayed as "idle"?
Can you clarify how exactly to do it?