retrieve User By Id Or Null
Retrieves a User with the provided ID.
Throws the same exceptions as JDA.retrieveUserById, minus ErrorResponse.UNKNOWN_USER.
Parameters
user Id
ID of the user to retrieve
use Cache
Whether this should rely on the cache, set to false
to always make a request.