forked from pothtonswer/discordmuffin
Fix user struct embedding in UserUpdate event.
This commit is contained in:
parent
99a1f5665a
commit
756bc98463
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue