fix(core): Don't add member objects to user cache.
Created by: Neuheit
This is a hotfix for an issue a user was experiencing in the guild. When GuildMemberRemoved is called, the handler stores the member object rather than the user one. This will cause a stack overflow when attempting to access that member's properties (e.g. username).