1
0
Fork 0
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:
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
}
// 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.