Skip to content

Commit c7dbd31

Browse files
Sebastianapricotbucket28
authored andcommitted
Add Banner field to UserUpdate (disgoorg#337)
1 parent 32b56d0 commit c7dbd31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/user.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ const (
185185
type UserUpdate struct {
186186
Username string `json:"username,omitempty"`
187187
Avatar *json.Nullable[Icon] `json:"avatar,omitempty"`
188+
Banner *json.Nullable[Icon] `json:"banner,omitempty"`
188189
}
189190

190191
type ApplicationRoleConnection struct {

0 commit comments

Comments
 (0)