We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e9940 commit 02010ccCopy full SHA for 02010cc
components.go
@@ -261,7 +261,7 @@ type SelectMenu struct {
261
262
Options []SelectMenuOption `json:"options,omitempty"`
263
Disabled bool `json:"disabled"`
264
- Required *bool `json:"required,omitempty"`
+ Required *bool `json:"required,omitempty"`
265
266
// NOTE: Can only be used in SelectMenu with Channel menu type.
267
ChannelTypes []ChannelType `json:"channel_types,omitempty"`
0 commit comments