@Override
public boolean execute() throws MissingOrIncorrectArgumentException, InsufficientPermissionException {
if (errorCheck())
return true;
Type type = null;
if (this.args[1].equalsIgnoreCase("add"))
type = Type.ADD_MEMBER;
if (this.args[1].toLowerCase().startsWith("rem"))