mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-12-01 08:37:23 +00:00
discord: Imporve StringSelectComponent's description (#386)
This commit is contained in:
parent
f4ec5bc80e
commit
abe3d2aa9b
|
|
@ -581,7 +581,7 @@ func (b *ButtonComponent) UnmarshalJSON(j []byte) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// StringSelectComponent is a clickable button that may be added to an interaction
|
// StringSelectComponent is a dropdown menu that may be added to an interaction
|
||||||
// response.
|
// response.
|
||||||
type StringSelectComponent struct {
|
type StringSelectComponent struct {
|
||||||
// Options are the choices in the select.
|
// Options are the choices in the select.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue