From abe3d2aa9b1f1ff40d10fdb5195c2e7f29a9a348 Mon Sep 17 00:00:00 2001 From: hi117 Date: Wed, 15 Mar 2023 18:12:58 -0400 Subject: [PATCH] discord: Imporve StringSelectComponent's description (#386) --- discord/component.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/component.go b/discord/component.go index 335c1b5..4d22e06 100644 --- a/discord/component.go +++ b/discord/component.go @@ -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.