Skip to content

Commit

Permalink
fix: actually fill in avatar url
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Jul 6, 2024
1 parent 6af1124 commit 4f936e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public record DiscordWebhook(
) {

public DiscordWebhook(final String embeds) {
this("HangarBot", "", embeds, new AllowedMentions());
this("HangarBot", "https://hangar.papermc.dev/hangar-logo.png", embeds, new AllowedMentions());
}

record AllowedMentions(
Expand Down

0 comments on commit 4f936e3

Please sign in to comment.