Skip to content

Commit

Permalink
Removed cooldown part from Utils#createCommand method
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Feb 1, 2024
1 parent 4f97718 commit 8c1dfd6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/me/despical/commandframework/utils/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,6 @@ public int max() {
return command.max();
}

@Override
public int cooldown() {
return command.cooldown();
}

@Override
public boolean allowInfiniteArgs() {
return command.allowInfiniteArgs();
Expand Down

0 comments on commit 8c1dfd6

Please sign in to comment.