Skip to content
Discussion options

You must be logged in to vote

Custom status is an activity and part of GuildMember#presence > Presence#activities with the .type CUSTOM.

A message author's custom status could be accessed as:

const cs = message.member.presence.activities.find(activity => activity.type === "CUSTOM")

If you want to listen to updates in guild member's presences, you can do so via the Client#presenceUpdate event. Note that presences are locked behind a privileged intent.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Jiralite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants