Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HopeBaron committed Aug 5, 2021
1 parent cf33fbe commit aebcb76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit aebcb76

Please sign in to comment.