Hello im trying to get a user object with a user id I currently got this code
const guild_int = client.guilds.cache.get("GUILD ID");
const mention = guild_int.members.cache.get("USER ID");
For some reason I only get a valid user object when I the bot creator enter my own ID this does not work for anyone else but me
I checked and the guild_int object is correct
Please help me out