Преглед на файлове

Added missing field in member struct

CinePlays преди 4 години
родител
ревизия
de64206da6
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      structs.go

+ 3 - 0
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