Replies: 1 comment
-
This gets sent via PRESSENCE_UPDATE events from the gateway. https://discord.com/developers/docs/topics/gateway-events#presence-update . So you will need to enable the presence privildged intent for your bot and also connect with that intent to the gateway. After that, you can use the State portion of arikawa to track and query for member presences. https://pkg.go.dev/github.com/diamondburned/arikawa/[email protected]/state#State.Presence |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, how to check other user status? if they are online, offline, dnd etc? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions