client
client copied to clipboard
not receiving PRESENCE_UPDATE events
Is there anything I need to do get PRESENCE_UPDATE updates? my code looks like this
client.on(ClientEvents.PRESENCE_UPDATE, handler)
This might be a configuration issue rather than a problem with the library itself.
Presence Update is considered a privileged intent, and therefore receiving those events is disabled by default by Discord. Have you explicitly enabled Presence Intent on the "Bot" tab of your Application?