Bot presence not updating
code:
console:
For some reason my bot does not have any status or custom presence. anyone know why?
9 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!Well, it does have an
Online
status
And the activity seems to be correct too
(as the log shows)should it be a number ?
I meant "does"
I dont get your issue, it has the status and also the activity correctly
thats why im confused, im working for years with discord with djs bun never had this issue before
What issue
for some reason while the client object is correct it does not display it in discord
And is that the only setPresence that you have?
Or setActivity
yes
this is inside the clientReady event
For some reason i fixed the issue, but i have no idea how