Skip to content

Commit

Permalink
Merge pull request #118 from NotMyFault/adapt-new-markdown
Browse files Browse the repository at this point in the history
Adapt Discord's new markdown feature in artifact set
  • Loading branch information
KocproZ authored May 26, 2023
2 parents d44265c + e3bc9bd commit 9ea6130
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public EmbedDescription(
this.artifactsList.add("\n*No artifacts saved.*");
} else {
for (Run.Artifact artifact : artifacts) {
this.artifactsList.add(" - " + artifactsURL + artifact.getHref() + "\n");
this.artifactsList.add("- " + artifactsURL + artifact.getHref() + "\n");
}
}
}
Expand Down

0 comments on commit 9ea6130

Please sign in to comment.