mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-03-24 02:49:34 +00:00
discord: Minor comment change
This commit is contained in:
parent
744c10f330
commit
2e657c318a
|
@ -858,7 +858,7 @@ type MentionableSelectComponent struct {
|
||||||
ValueLimits [2]int `json:"-"`
|
ValueLimits [2]int `json:"-"`
|
||||||
// Disabled disables the select if true.
|
// Disabled disables the select if true.
|
||||||
Disabled bool `json:"disabled,omitempty"`
|
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
|
// that are marked as selected by default
|
||||||
SelectedMentions []interface{} `json:"-"`
|
SelectedMentions []interface{} `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue