Skip to content

Commit

Permalink
Fix AvatarURL
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPresso committed Aug 4, 2024
1 parent 9b29be3 commit 820ddab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/webhookService.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func DispatchEmbeds(embeds *[]discord.Embed) {

formData := &discord.WebhookFormData{
Username: "ZUnivers-Webhooks",
AvatarURL: viper.GetString("frontBaseUrl") + "/img/logo-mini.aea51074.png",
AvatarURL: viper.GetString("frontBaseUrl") + "/img/logo-mini.png",
Embeds: &[]discord.Embed{},
}

Expand Down

0 comments on commit 820ddab

Please sign in to comment.