Find a player in a client by id

I want to find a player in a client by id and give a role to him.
the pic is error and below is the code

How can I get a member in a client (AND ADD A ROLE)?
     let user = client.users.cache.get(id); 
     console.log(client.users)
     user.roles.add("1072269497299374130");
image.png
Was this page helpful?