Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

315
Views
Is there a way to get discord user information (avatar, account creation date, etc.) from users that are NOT in the same guild as my bot?

I want to add a command to my bot which shows a user's avatar and account creation date by entering their user id. While trying to do so i noticed that when using discord.js the user must be in at least one guild the bot is in too.

Is there any way to get user information just by a user's id?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Yes, you can. Simply use client.users.fetch() with the force option set to true.

client.users.fetch("id", { force: true }); returns a promise as stated on the docs, you can either use async-await or .then() to get the user and its information.

A lot of people seem to skip past the force option, which is documented in the BaseFetchOptions section.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!