Skip to content

Commit

Permalink
started working
Browse files Browse the repository at this point in the history
  • Loading branch information
java-coding-prodigy committed Apr 1, 2024
1 parent 8dd237c commit d77a86d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private static MessageEmbed formEmbed(Message message) {
User author = message.getAuthor();
return new EmbedBuilder().setAuthor(author.getName(), null, author.getAvatarUrl())
.setDescription(message.getContentDisplay())
.appendDescription(" [Link](%s)".formatted(message.getJumpUrl()))
.appendDescription("%n [Link](%s)".formatted(message.getJumpUrl()))
.build();
}
}

0 comments on commit d77a86d

Please sign in to comment.