Fix: Ensure user is cached before GuildMemberRemoved
Created by: Neuheit
Summary
Fixes #713 (closed)
Details
This PR fixes an issue with intents where the user properties would not be present when the member is removed. This is a result of the user properties not being in cache if the guild presences intent is not used.
Changes proposed
- Always cache user object from guild member removed.