Skip to content

Commit 8c1dfd6

Browse files
committed
Removed cooldown part from Utils#createCommand method
1 parent 4f97718 commit 8c1dfd6

File tree

1 file changed

+0
-5
lines changed
  • src/main/java/me/despical/commandframework/utils

1 file changed

+0
-5
lines changed

src/main/java/me/despical/commandframework/utils/Utils.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,6 @@ public int max() {
233233
return command.max();
234234
}
235235

236-
@Override
237-
public int cooldown() {
238-
return command.cooldown();
239-
}
240-
241236
@Override
242237
public boolean allowInfiniteArgs() {
243238
return command.allowInfiniteArgs();

0 commit comments

Comments
 (0)