switchupcb / disgo

Create a Discord Bot in Go using this Discord API Wrapper. The next generation of Discord API Consumption.
Apache License 2.0
89 stars 2 forks source link

GuildMemberUpdate handler does not have Guild ID #56

Closed pauldemarco closed 1 year ago

pauldemarco commented 1 year ago

The GuildMemberUpdate handler has no way of getting the guild ID for the event, since it's not included in the GuildMemberUpdate struct.

PR has been opened with the fix.