Skip to content

Commit

Permalink
Update structs.go
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
  • Loading branch information
Earlopain and FedorLap2006 committed Feb 27, 2024
1 parent 33025e7 commit 996b865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ type RoleFlags int

// Block containing known RoleFlags values.
const (
// RoleFlagInPrompt indicates a Role to be selectable by members in an onboarding prompt.
// RoleFlagInPrompt indicates whether the Role is selectable by members in an onboarding prompt.
RoleFlagInPrompt RoleFlags = 1 << 0
)

Expand Down

0 comments on commit 996b865

Please sign in to comment.