Skip to content

Commit

Permalink
Merge pull request #863 from CinePlays/master
Browse files Browse the repository at this point in the history
Add missing field in member struct
  • Loading branch information
CarsonHoffman authored Jan 17, 2021
2 parents 56af790 + de64206 commit 1eb5da8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,9 @@ type Member struct {

// When the user used their Nitro boost on the server
PremiumSince Timestamp `json:"premium_since"`

// Is true while the member hasn't accepted the membership screen.
Pending bool `json:"pending"`
}

// Mention creates a member mention
Expand Down

0 comments on commit 1eb5da8

Please sign in to comment.