1
0
Fork 0
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:
hi117 2023-03-15 18:12:58 -04:00 committed by GitHub
parent f4ec5bc80e
commit abe3d2aa9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.