This system is good when you have the username and you want to do (for example we want to follow a user only using the username and don't want to req the API for user object)
so in this case, we can do
const user = client.users.resolve(username);
user.follow()