Update presence @discordjs/core
Hey how can i update the presence? I have no shardID.
https://discord.js.org/docs/packages/core/main/Client:Class#updatePresence
core | Client
Discord.js API Documentation
5 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.
i used this from the doc example
Yes I look only in the new things there 😅
I get the following error:
thats my code
you can also use the
shardId
passed to the event listener props
moreover you are passing the updatePresence
function as a parameter, not as part of the listener function, which probably results in it being executed before the bot logs in@d4isdavid I am a Little confused about the new docs. Do you have some advice to read the docs right?
not really, for things like this that are not explicitly written in the docs i go off the examples and typings