Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2017-06-14 11:16:05 +08:00
parent 12ff54fee0
commit c9991a6207
+6 -6
View File
@@ -72,12 +72,12 @@ type (
// Payload struct
Payload struct {
Wait bool `json:"wait"`
Content string `json:"content"`
Username string `json:"username"`
AvatarURL string `json:"avatar_url"`
TTS bool `json:"tts"`
Embeds []*DiscordEmbedObject `json:"embeds"`
Wait bool `json:"wait"`
Content string `json:"content"`
Username string `json:"username"`
AvatarURL string `json:"avatar_url"`
TTS bool `json:"tts"`
Embeds []*EmbedObject `json:"embeds"`
}
// Plugin values.