Skip to content

Commit

Permalink
Fix javadoc typos in MessageRequest (#2768)
Browse files Browse the repository at this point in the history
  • Loading branch information
O7410 authored Nov 10, 2024
1 parent ee7b6b9 commit 466a66b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,13 +426,13 @@ default R setFiles(@Nonnull FileUpload... files)
// Allowed Mentions Methods

/**
* Whether to mention the used, when replying to a message.
* Whether to mention the user, when replying to a message.
* <br>This only matters in combination with {@link net.dv8tion.jda.api.requests.restaction.MessageCreateAction#setMessageReference(Message) MessageCreateAction.setMessageReference(...)}!
*
* <p>This is true by default but can be configured using {@link #setDefaultMentionRepliedUser(boolean)}!
*
* @param mention
* True, to mention the author if the referenced message
* True, to mention the author in the referenced message
*
* @return The same instance for chaining
*/
Expand Down

0 comments on commit 466a66b

Please sign in to comment.