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