Skip to content

Commit

Permalink
Added help to admin command
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Oct 25, 2020
1 parent 462100b commit 5aebe7e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ public void setup() {
new AdminTakeCommand(this);
}


@Override
public boolean execute(User user, String label, List<String> args) {
this.showHelp(this, user);
return true;
}

Expand Down

0 comments on commit 5aebe7e

Please sign in to comment.