Skip to content

Commit

Permalink
discord: Minor comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicPredator committed Oct 24, 2024
1 parent 744c10f commit 2e657c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ type MentionableSelectComponent struct {
ValueLimits [2]int `json:"-"`
// Disabled disables the select if true.
Disabled bool `json:"disabled,omitempty"`
// DefaultMentions is the slice of discord.UserID's and discord.RoleID's
// SelectedMentions is the slice of discord.UserID's and discord.RoleID's
// that are marked as selected by default
SelectedMentions []interface{} `json:"-"`
}
Expand Down

0 comments on commit 2e657c3

Please sign in to comment.