We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885082f commit 41a06d2Copy full SHA for 41a06d2
services/webhook/discord.go
@@ -55,7 +55,7 @@ type (
55
Wait bool `json:"wait"`
56
Content string `json:"content"`
57
Username string `json:"username"`
58
- AvatarURL string `json:"avatar_url"`
+ AvatarURL string `json:"avatar_url,omitempty"`
59
TTS bool `json:"tts"`
60
Embeds []DiscordEmbed `json:"embeds"`
61
}
0 commit comments