mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-24 05:39:44 +00:00
[AB-112] adding command parameter alternatives to bonk/pat to use the message author the command was replied to
This commit is contained in:
@@ -53,9 +53,7 @@ public class CombinedParameterHandlerImpl implements CombinedParametersHandler {
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
CompletableFuture<Object> exceptionFuture = new CompletableFuture<>();
|
||||
futures.add(exceptionFuture);
|
||||
exceptionFuture.completeExceptionally(e);
|
||||
futures.add(CompletableFuture.failedFuture(e));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user