Merge pull request #863 from CinePlays/master

Add missing field in member struct
This commit is contained in:
Carson Hoffman 2021-01-16 21:41:08 -05:00 committed by GitHub
commit 1eb5da8a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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