mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-11 14:52:01 +08:00
fix: actually fill in avatar url
This commit is contained in:
parent
6af1124f73
commit
4f936e345d
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user