From 53131b7afef25e10fce5e887209107b5b9752b28 Mon Sep 17 00:00:00 2001 From: Loic MDF <60476871+LoicMaitreDuFeu@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:53:24 +0400 Subject: [PATCH] Update EntitySelectMenu.java (#2772) EntitySelectMeny Doc Fix --- .../components/selections/EntitySelectMenu.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/net/dv8tion/jda/api/interactions/components/selections/EntitySelectMenu.java b/src/main/java/net/dv8tion/jda/api/interactions/components/selections/EntitySelectMenu.java index 1dc8e962fb..b95a61405b 100644 --- a/src/main/java/net/dv8tion/jda/api/interactions/components/selections/EntitySelectMenu.java +++ b/src/main/java/net/dv8tion/jda/api/interactions/components/selections/EntitySelectMenu.java @@ -348,7 +348,7 @@ public static DefaultValue role(@Nonnull String id) * Creates a default value of type {@link SelectTarget#USER} with the provided id. * * @param id - * The role id + * The user id * * @return The default value */ @@ -362,7 +362,7 @@ public static DefaultValue user(long id) * Creates a default value of type {@link SelectTarget#USER} with the provided id. * * @param id - * The role id + * The user id * * @throws IllegalArgumentException * If the provided id is not a valid snowflake @@ -379,7 +379,7 @@ public static DefaultValue user(@Nonnull String id) * Creates a default value of type {@link SelectTarget#CHANNEL} with the provided id. * * @param id - * The role id + * The channel id * * @return The default value */ @@ -393,7 +393,7 @@ public static DefaultValue channel(long id) * Creates a default value of type {@link SelectTarget#CHANNEL} with the provided id. * * @param id - * The role id + * The channel id * * @throws IllegalArgumentException * If the provided id is not a valid snowflake