client icon indicating copy to clipboard operation
client copied to clipboard

not receiving PRESENCE_UPDATE events

Open anjorinjnr opened this issue 2 years ago • 1 comments

Is there anything I need to do get PRESENCE_UPDATE updates? my code looks like this

client.on(ClientEvents.PRESENCE_UPDATE, handler)

anjorinjnr avatar Mar 22 '22 01:03 anjorinjnr

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?

Image Reference

Image Reference

amnotbananaama avatar Jun 12 '22 15:06 amnotbananaama