fix: actually fill in avatar url

This commit is contained in:
MiniDigger | Martin 2024-07-06 12:46:35 +02:00
parent 6af1124f73
commit 4f936e345d

View File

@ -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(