Skip to content

Commit 1ac756c

Browse files
committed
CR firas
1 parent 34e6fb9 commit 1ac756c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/main/java/org/togetherjava/tjbot/features/github/GitHubCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public void onAutoComplete(CommandAutoCompleteInteractionEvent event) {
126126
}
127127

128128
if (choices.isEmpty()) {
129-
choices = List.of("no issue found");
129+
choices = List.of("No issues found");
130130
}
131131
event.replyChoiceStrings(choices).queue();
132132

0 commit comments

Comments
 (0)