|
|
|
@ -54,7 +54,7 @@ type ( |
|
|
|
Wait bool `json:"wait"` |
|
|
|
Wait bool `json:"wait"` |
|
|
|
Content string `json:"content"` |
|
|
|
Content string `json:"content"` |
|
|
|
Username string `json:"username"` |
|
|
|
Username string `json:"username"` |
|
|
|
AvatarURL string `json:"avatar_url"` |
|
|
|
AvatarURL string `json:"avatar_url,omitempty"` |
|
|
|
TTS bool `json:"tts"` |
|
|
|
TTS bool `json:"tts"` |
|
|
|
Embeds []DiscordEmbed `json:"embeds"` |
|
|
|
Embeds []DiscordEmbed `json:"embeds"` |
|
|
|
} |
|
|
|
} |
|
|
|
|