Skip to content

Commit

Permalink
events: improves GuildMemberAddExtra payload
Browse files Browse the repository at this point in the history
  • Loading branch information
Seklfreak committed Oct 20, 2019
1 parent 9aa4ea4 commit d152b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ type DiffInvites struct {
}

type GuildMemberAddExtra struct {
UsedInviteCode string `json:"used_invite_code"`
UsedInvite *discordgo.Invite `json:"used_invite"`
}

0 comments on commit d152b0b

Please sign in to comment.