From 996b8656ef90bb931e588bb3ca986dd2fbdf0a9e Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:23:35 +0100 Subject: [PATCH] Update structs.go Co-authored-by: Fedor Lapshin --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.go b/structs.go index 91fe670bd..a3fa7355e 100644 --- a/structs.go +++ b/structs.go @@ -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 )