Skip to content

Commit

Permalink
This should be queue, not complete
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Oct 22, 2024
1 parent 5042fd0 commit 02bc610
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class InteractionsListener(private val loritta: LorittaHelper) : ListenerAdapter

event.jda.updateCommands {
addCommands(*commands.toTypedArray())
}.complete()
}.queue()
}

override fun onSlashCommandInteraction(event: SlashCommandInteractionEvent) {
Expand Down

0 comments on commit 02bc610

Please sign in to comment.