We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b5297 commit 085fc9dCopy full SHA for 085fc9d
1 file changed
application/src/main/java/org/togetherjava/tjbot/features/github/GitHubReference.java
@@ -130,6 +130,10 @@ public void onMessageReceived(MessageReceivedEvent event) {
130
findIssue(issueId, defaultRepoId).ifPresent(issue -> embeds.add(generateReply(issue)));
131
}
132
133
+ if (embeds.isEmpty()) {
134
+ return;
135
+ }
136
+
137
replyBatchEmbeds(embeds, message, false);
138
139
0 commit comments