#get user custom status discord.js v13
8 messages · Page 1 of 1 (latest)
that is precisely how you do it
with one exception
you call .presence on a guildmember object, not a user @wooden coral
let activity = interaction.member.presence.activities[0].state
^
TypeError: Cannot read properties of null (reading 'activities')```
now i get this error
you are most likely missing the GUILD_PRESENCES intent
oh yes ur right