Merge pull request #863 from CinePlays/master
Add missing field in member struct
This commit is contained in:
commit
1eb5da8a35
1 changed files with 3 additions and 0 deletions
|
@ -778,6 +778,9 @@ type Member struct {
|
||||||
|
|
||||||
// When the user used their Nitro boost on the server
|
// When the user used their Nitro boost on the server
|
||||||
PremiumSince Timestamp `json:"premium_since"`
|
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
|
// Mention creates a member mention
|
||||||
|
|
Loading…
Reference in a new issue