Skip to content

Commit e6c3f29

Browse files
committed
forgor
1 parent fe3e8c4 commit e6c3f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/xyz/htmlcsjs/coffeeFloppa/commands/GithubIssueCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public String execute(Message message) {
149149
embedBuilder.timestamp(Instant.parse((String) issueJSON.get("updated_at")));
150150
embeds.add(embedBuilder.build());
151151
} else {
152-
msgBody.append("[#%s: %s](<https://github.com/%s/issues/%s>\n".formatted(id, issueJSON.get("title"), repo, id));
152+
msgBody.append("[#%s: %s](<https://github.com/%s/issues/%s>)\n".formatted(id, issueJSON.get("title"), repo, id));
153153
}
154154
} catch (IOException | InterruptedException | ParseException e) {
155155
CoffeeFloppa.handleException(e);

0 commit comments

Comments
 (0)