Skip to content

Commit

Permalink
This should be ephemeral
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Oct 11, 2023
1 parent f7148b1 commit 318aab0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class ComponentInteractionListener(val m: LorittaHelper) : ListenerAdapter() {
).withEmoji(Emoji.fromUnicode(""))
)
}
).await()
).setEphemeral(true).await()
} else {
event.interaction.reply(
MessageCreate {
Expand Down Expand Up @@ -265,7 +265,7 @@ class ComponentInteractionListener(val m: LorittaHelper) : ListenerAdapter() {
).withEmoji(Emoji.fromUnicode(""))
)
}
).await()
).setEphemeral(true).await()
}
} else {
val response = channelResponses.first { it::class.simpleName == firstValue }
Expand Down

0 comments on commit 318aab0

Please sign in to comment.