mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-30 18:53:30 +00:00
Merge pull request #9 from Juby210/patch-1
Reactions instead of reaction in message struct
This commit is contained in:
commit
15d4f17e71
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue