Skip to content

fix(core): Don't add member objects to user cache.

Mateusz Brawański requested to merge experimental/v8 into master

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).

Merge request reports

Loading