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 03f06d5 commit ded9a21Copy full SHA for ded9a21
services/webhook/discord.go
@@ -54,7 +54,7 @@ type (
54
Wait bool `json:"wait"`
55
Content string `json:"content"`
56
Username string `json:"username"`
57
- AvatarURL string `json:"avatar_url"`
+ AvatarURL string `json:"avatar_url,omitempty"`
58
TTS bool `json:"tts"`
59
Embeds []DiscordEmbed `json:"embeds"`
60
}
0 commit comments