1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-30 10:43:30 +00:00

M*erge branch 'master' of github.com:diamondburned/arikawa

This commit is contained in:
diamondburned (Forefront) 2020-02-10 20:26:27 -08:00
commit 0f3eb688e1

View file

@ -40,7 +40,7 @@ type Message struct {
Attachments []Attachment `json:"attachments"`
Embeds []Embed `json:"embeds"`
Reactions []Reaction `json:"reaction,omitempty"`
Reactions []Reaction `json:"reactions,omitempty"`
// Used for validating a message was sent
Nonce string `json:"nonce,omitempty"`