diff --git a/core/src/main/kotlin/behavior/interaction/InteractionBehavior.kt b/core/src/main/kotlin/behavior/interaction/InteractionBehavior.kt index 1462289a27c8..b67660dfcf0a 100644 --- a/core/src/main/kotlin/behavior/interaction/InteractionBehavior.kt +++ b/core/src/main/kotlin/behavior/interaction/InteractionBehavior.kt @@ -45,7 +45,7 @@ interface InteractionBehavior : KordEntity, Strategizable { */ suspend fun acknowledgeEphemeral(): EphemeralInteractionResponseBehavior { val request = InteractionResponseCreateRequest( - type = InteractionResponseType.ChannelMessageWithSource, + type = InteractionResponseType.DeferredChannelMessageWithSource, data = Optional( InteractionApplicationCommandCallbackData( flags = Optional(MessageFlags(MessageFlag.Ephemeral))