diff --git a/src/main/java/com/beanbeanjuice/cafebot/utility/sections/interactions/CafeInteraction.java b/src/main/java/com/beanbeanjuice/cafebot/utility/sections/interactions/CafeInteraction.java index 3f9c02af..5a81f4af 100644 --- a/src/main/java/com/beanbeanjuice/cafebot/utility/sections/interactions/CafeInteraction.java +++ b/src/main/java/com/beanbeanjuice/cafebot/utility/sections/interactions/CafeInteraction.java @@ -45,7 +45,7 @@ public void sendInteraction(final CafeBot cafeBot, final SlashCommandInteraction Optional additionalMessageOptional = messageMapping.map(OptionMapping::getAsString); CompletableFuture senderInteractionFuture = interactionsEndpoint.getAndCreateUserInteractionsSent(sender.getId()); - CompletableFuture receiverInteractionFuture = interactionsEndpoint.getAndCreateUserInteractionsSent(receiver.getId()); + CompletableFuture receiverInteractionFuture = interactionsEndpoint.getAndCreateUserInteractionsReceived(receiver.getId()); CompletableFuture> interactionPictureFuture = picturesEndpoint.getRandomInteractionPicture(this.type); senderInteractionFuture