#get user custom status discord.js v13

8 messages · Page 1 of 1 (latest)

wooden coral
#

it looks like its not possible, when i do user.presence.activities[0].state (like i did in v12 and it worked) it returns "undefined"
how do i?

grand jolt
#

that is precisely how you do it

#

with one exception

#

you call .presence on a guildmember object, not a user @wooden coral

wooden coral
#

now i get this error

grand jolt
#

you are most likely missing the GUILD_PRESENCES intent

wooden coral
#

oh yes ur right