Skip to content

Commit 21247ec

Browse files
committed
[ci-skip] Forgot a break statement
1 parent 46539ef commit 21247ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testbot/src/main/java/me/duncte123/testbot/JDAListener.java

+1
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ private void parseEvalResult(SlashCommandInteractionEvent event, Object result)
286286
hook.sendMessage("Rest action error: " + err).queue();
287287
}
288288
);
289+
break;
289290
}
290291

291292
default: {

0 commit comments

Comments
 (0)