cloud
cloud copied to clipboard
JDA Impl cannot find user of clearly existing user.
If you have a User argument, and the user is not currently cached by the JDA, then it will return a user not found error.
This can be easily solved by using retrieveUserById instead of getUserById as well as retrieveMemberById instead of getMemberById
See the first instance and second instance of where these are used.
A pull request would be appreciated!
Will do :+1: