Skip to content

Commit

Permalink
Add missing await
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Oct 11, 2023
1 parent de35ff5 commit 960aef0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class ComponentInteractionListener(val m: LorittaHelper) : ListenerAdapter() {
MessageCreate {
systemInfo.ticketCreatedMessage.invoke(this, event.user, language)
}
)
).await()

hook.editOriginal(
language.get(
Expand Down

0 comments on commit 960aef0

Please sign in to comment.