Replies: 1 comment
-
You can get it with const guild = await client.guilds.fetch('GuildID')
const member = await guild.members.fetch('MemberID').catch(() => {});
console.log(member.presence?.status) |
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
-
How would I get someone else's presence? (Online/Invisible/etc,)
Beta Was this translation helpful? Give feedback.
All reactions