From de64206da62eed5dbb0d5faaca651cffad7a565d Mon Sep 17 00:00:00 2001 From: CinePlays Date: Wed, 6 Jan 2021 22:40:00 +0100 Subject: [PATCH] Added missing field in member struct --- structs.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/structs.go b/structs.go index 13eb993..24e245f 100644 --- a/structs.go +++ b/structs.go @@ -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