From 2e657c318a18f86facd9e93b740c14cb02a351c4 Mon Sep 17 00:00:00 2001 From: Barani Kumar S Date: Thu, 24 Oct 2024 22:43:03 +0530 Subject: [PATCH] discord: Minor comment change --- discord/component.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/component.go b/discord/component.go index 90777e6..da0b700 100644 --- a/discord/component.go +++ b/discord/component.go @@ -858,7 +858,7 @@ type MentionableSelectComponent struct { ValueLimits [2]int `json:"-"` // Disabled disables the select if true. Disabled bool `json:"disabled,omitempty"` - // DefaultMentions is the slice of discord.UserID's and discord.RoleID's + // SelectedMentions is the slice of discord.UserID's and discord.RoleID's // that are marked as selected by default SelectedMentions []interface{} `json:"-"` }