Add pending property to GuildMemberUpdated
Created by: IDoEverything
Summary
Adds the missing pending property to GuildMemberUpdated
Details
Added a PendingBefore
and PendingAfter
property to the event args. This pr should also allow cache to update when a member goes through membership screening.
Changes proposed
- Add
PendingBefore
andPendingAfter
toGuildMemberUpdateEventArgs
- Make necessary changes to the internal
OnGuildMemberUpdateEventAsync
method
Notes
Completely missed this when adding the property to DiscordMember