Added missing field in member struct

This commit is contained in:
CinePlays 2021-01-06 22:40:00 +01:00
parent 8d6815dde7
commit de64206da6

View file

@ -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