Skip to content

Commit

Permalink
chore: fix BYPASSES_VERIFICATION const name
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Feb 29, 2024
1 parent a89b924 commit 4b16d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1479,8 +1479,8 @@ const (
MemberFlagDidRejoin MemberFlags = 1 << 0
// MemberFlagCompletedOnboarding indicates whether the Member has completed onboarding.
MemberFlagCompletedOnboarding MemberFlags = 1 << 1
// MemberFlagBypassVerification indicates whether the Member is exempt from guild verification requirements.
MemberFlagBypassVerification MemberFlags = 1 << 2
// MemberFlagBypassesVerification indicates whether the Member is exempt from guild verification requirements.
MemberFlagBypassesVerification MemberFlags = 1 << 2
// MemberFlagStartedOnboarding indicates whether the Member has started onboarding.
MemberFlagStartedOnboarding MemberFlags = 1 << 3
)
Expand Down

0 comments on commit 4b16d4d

Please sign in to comment.