Skip to content

Commit

Permalink
Fix typo in RoleManager
Browse files Browse the repository at this point in the history
  • Loading branch information
freya022 committed Oct 18, 2024
1 parent bf21a67 commit 398037f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ default Guild getGuild()
/**
* Sets the <b><u>name</u></b> of the selected {@link net.dv8tion.jda.api.entities.Role Role}.
*
* <p>A role name <b>must not</b> be {@code null} nor less than 1 characters or more than 32 characters long!
* <p>A role name <b>must not</b> be {@code null} nor less than 1 character or more than 100 characters long!
*
* @param name
* The new name for the selected {@link net.dv8tion.jda.api.entities.Role Role}
Expand Down

0 comments on commit 398037f

Please sign in to comment.