Skip to content

Commit

Permalink
[ci-skip] Forgot a break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed May 20, 2024
1 parent 46539ef commit 21247ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ private void parseEvalResult(SlashCommandInteractionEvent event, Object result)
hook.sendMessage("Rest action error: " + err).queue();
}
);
break;
}

default: {
Expand Down

0 comments on commit 21247ec

Please sign in to comment.