discord js get specific user from users code example
Example 1: discord.js get user by id
client.users.cache.find(user => user.id === 'USER-ID')
Example 2: discord js get specific user from users
Stackoverflow
Example 3: discord js get specific user from users
client.users.cache.get("ID")