Skip to content

Commit

Permalink
Add a permission to the base manage command (so it doesn’t autocomplete)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgeiss0702 committed Feb 6, 2023
1 parent e2f06b0 commit 9e34e89
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ public ImmutableList<ISubCommand> getSubCommands() {

@Override
public String getPermission() {
return null;
return "ajqueue.manage";
}

@Override
Expand Down

0 comments on commit 9e34e89

Please sign in to comment.