Closed yakuroot closed 3 years ago
They should work, if you console.log(client.options.intents) you should see the correct value and you should receive presenceUpdate events.
The problem is that presences are not cached by default, you need to set cachePresences:true
in your client options to use them in a message event in discord.js-light
Thank you. It's been resolved.
Private Intents does not work on commit "7c753b9d6a59ed149464d14415123772fa9e49ab". I wrote the code like this.
However, only offline appears in the console log.
Also, it doesn't seem to work in the official release of v3.5.11. This code was created when using the above version, and will only output offline to the console log.