Skip to content

Commit

Permalink
Update EntitySelectMenu.java (#2772)
Browse files Browse the repository at this point in the history
EntitySelectMeny Doc Fix
  • Loading branch information
LoicMaitreDuFeu authored Nov 17, 2024
1 parent 39e1a6e commit 53131b7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
Expand All @@ -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
*/
Expand All @@ -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
Expand Down

0 comments on commit 53131b7

Please sign in to comment.