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

Commit

Permalink
Add Pending in Member struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurp-bst committed Apr 6, 2022
1 parent 740dd60 commit 4987c0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,9 @@ type Member struct {

// A list of IDs of the roles which are possessed by the member.
Roles IDSlice `json:"roles,string"`

// Whether the user has not yet passed the guild's Membership Screening requirements
Pending bool `json:"pending"`
}

func (m *Member) GetGuildID() int64 {
Expand Down

0 comments on commit 4987c0f

Please sign in to comment.