How to set the status for the latest djs version
Please tell me how idk how to do it since djs 14.5.3 came out
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!
- ✅
Marked as resolved by OPwhat status exactly
documentation suggestion for @wut:
:method: ClientUser#setActivity()
@14.15.3
Sets the activity the client user is playing.
Or you can use this
so do i combine them or new line
depends
If you want only the status, use the former
If you want the presence too (online, dnd, etc), use the latter
(or set it in the ClientOptions if the presence is static)
dw i found out how