Skip to content

Commit

Permalink
Add Banner field to UserUpdate (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian authored May 15, 2024
1 parent 3f4e24f commit f53e3fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ const (
type UserUpdate struct {
Username string `json:"username,omitempty"`
Avatar *json.Nullable[Icon] `json:"avatar,omitempty"`
Banner *json.Nullable[Icon] `json:"banner,omitempty"`
}

type ApplicationRoleConnection struct {
Expand Down

0 comments on commit f53e3fb

Please sign in to comment.