Skip to content

Fix Null User Properties When Requesting Guild Members

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

Created by: Neuheit

Summary

Fixes #626 (closed).

Details

This PR corrects the issue above by ensuring that the internal user object is populated from the transport user property in the transport member collection. I also removed the users variable as it wasn't needed anymore.

Changes proposed

  • Fixed the member's user properties from being mainly null
  • Removed the unneeded transport user collection

Merge request reports

Loading