mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-15 19:33:17 +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
|
||||
}
|
||||
|
||||
// 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.
|
||||
type StringSelectComponent struct {
|
||||
// Options are the choices in the select.
|
||||
|
|
Loading…
Reference in a new issue