Add a permission to the base manage command (so it doesn’t autocomplete)

This commit is contained in:
ajgeiss0702
2023-02-06 10:44:09 -07:00
committed by GitHub
parent e2f06b0902
commit 9e34e895e4
@@ -60,7 +60,7 @@ public class ManageCommand extends BaseCommand {
@Override
public String getPermission() {
return null;
return "ajqueue.manage";
}
@Override