mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-17 20:32:48 +00:00
Reactions instead of reaction in message struct
This commit is contained in:
parent
f33dc2ee75
commit
914eb27a5d
|
@ -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