Skip to content

Commit

Permalink
rename Stickers to StickerItems
Browse files Browse the repository at this point in the history
to match the api name.
  • Loading branch information
caneleex committed Nov 18, 2022
1 parent 4049f4c commit 65d39b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type Message struct {
Activity *MessageActivity `json:"activity,omitempty"`
Application *MessageApplication `json:"application,omitempty"`
ApplicationID *snowflake.ID `json:"application_id,omitempty"`
Stickers []MessageSticker `json:"sticker_items,omitempty"`
StickerItems []MessageSticker `json:"sticker_items,omitempty"`
ReferencedMessage *Message `json:"referenced_message,omitempty"`
LastUpdated *time.Time `json:"last_updated,omitempty"`
Thread *MessageThread `json:"thread,omitempty"`
Expand Down

0 comments on commit 65d39b8

Please sign in to comment.