Skip to content

Commit

Permalink
Fix: max length
Browse files Browse the repository at this point in the history
Co-authored-by: Olivia <[email protected]>
  • Loading branch information
onebeastchris and Chew authored Jul 10, 2024
1 parent 4dfd80b commit 5121c6b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public PingCommand() {
new OptionData(OptionType.INTEGER, "port", "The port of the server you want to ping", false)
.setMinValue(1)
.setMaxValue(65535)
.setMaxLength(5)
);
}

Expand Down

0 comments on commit 5121c6b

Please sign in to comment.