Skip to content

Fix: Ensure user is cached before GuildMemberRemoved

Mateusz Brawański requested to merge patch/713 into master

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.

Merge request reports

Loading