Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit 4987c0f

Browse files
committed
Add Pending in Member struct
1 parent 740dd60 commit 4987c0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

structs.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,9 @@ type Member struct {
760760

761761
// A list of IDs of the roles which are possessed by the member.
762762
Roles IDSlice `json:"roles,string"`
763+
764+
// Whether the user has not yet passed the guild's Membership Screening requirements
765+
Pending bool `json:"pending"`
763766
}
764767

765768
func (m *Member) GetGuildID() int64 {

0 commit comments

Comments
 (0)