Replies: 1 comment
-
client.on('relationshipAdd', async userId => {
const user = await client.users.fetch(userId).catch(() => false);
if (user && user.pronouns) console.log(`${user.username} has pronouns: ${user.pronouns}`)
}) Warning I know we can use it in ClientUser but i don't know if it work on User |
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
-
What the title says. I am trying to get the pronouns of users that have friend requested me. Is this even possible?
Beta Was this translation helpful? Give feedback.
All reactions