Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mutual guilds property does not exist #1397

Open
3 tasks done
AlpSuuu opened this issue Dec 18, 2024 · 0 comments
Open
3 tasks done

mutual guilds property does not exist #1397

AlpSuuu opened this issue Dec 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AlpSuuu
Copy link

AlpSuuu commented Dec 18, 2024

Which package has the bugs?

The core library

Issue description

i cant fetch _mutualGuilds data with client.users.fetch() function in version [3.4.6]

Code sample

client.on('ready', async client => {
    const data = await client.users.fetch("668032346771030038");
    console.log(data._mutualGuilds.lenght) // return undefined
});

Package version

3.4.6

Node.js version

v20.16.0

Operating system

No response

Priority this issue should have

High (immediate attention needed)

Checklist

  • I have searched the open issues for duplicates.
  • I have shared the entire traceback.
  • I am using a user token (and it isn't visible in the code).

Additional Information

No response

@AlpSuuu AlpSuuu added the bug Something isn't working label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant