Skip to content

Commit

Permalink
Merge pull request #158 from iopred/develop
Browse files Browse the repository at this point in the history
Fix user struct embedding in UserUpdate event.
  • Loading branch information
bwmarrin committed Apr 2, 2016
2 parents c0bc3f6 + 756bc98 commit 38ca716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ type VoiceStateUpdate struct {

// UserUpdate is a wrapper struct for an event.
type UserUpdate struct {
*UserUpdate
*User
}

// UserSettingsUpdate is a map for an event.
Expand Down

0 comments on commit 38ca716

Please sign in to comment.