Skip to content

Added new guild chunk event fields.

Created by: Neuheit

Summary

Fixes #567 (closed).

Details

This PR mainly adds the new fields documented in the issue above.

There was also a bug with the Members property which threw a KeyNotFoundException when trying to access specific users in very large guilds. This is likely related to issue #493 (closed), in that the users weren't present in cache for some reason. I was only able to resolve this for handling the chunk event, as I'm unsure what could be causing this overall.

Also fixed a few grammar issues in logging/comments.

Changes proposed

  • Added new guild members chunked fields.
  • Corrected a few comments and log statements.

Merge request reports

Loading