I know you can get server member using let user = guild.members.cache.get('ID') and then check if member exists using if(!user) return, but how can I get a user with specific ID and check if this user exist at all if my bot doesn't share any servers with them?