mirror of https://github.com/go-gitea/gitea.git
Backport #22393 Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
885082f7a7
commit
41a06d2e82
|
@ -55,7 +55,7 @@ type (
|
|||
Wait bool `json:"wait"`
|
||||
Content string `json:"content"`
|
||||
Username string `json:"username"`
|
||||
AvatarURL string `json:"avatar_url"`
|
||||
AvatarURL string `json:"avatar_url,omitempty"`
|
||||
TTS bool `json:"tts"`
|
||||
Embeds []DiscordEmbed `json:"embeds"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue