Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create unset member instances on presence updates
If a presence update for a guild comes in and their associated member instance is not present (e.g. in a large guild that wasn't member chunked), then create one with the infomation known out of the presence update. This includes their user information, guild ID, nickname, and roles, but not their `deaf`, `joined_at`, and `mute` state.
- Loading branch information