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 5a9bdf8 commit 33025e7
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 @@ -1362,7 +1362,7 @@ type Role struct {
Flags RoleFlags `json:"flags"`
}

// RoleFlags is the flags of "role" (see RoleFlags* consts)
// RoleFlags represents the flags of a Role.
// https://discord.com/developers/docs/topics/permissions#role-object-role-flags
type RoleFlags int

Expand Down

0 comments on commit 33025e7

Please sign in to comment.