andersfylling / disgord

Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice
BSD 3-Clause "New" or "Revised" License
502 stars 71 forks source link

Stickers not populated in incoming Message objects #417

Closed kittcodes closed 2 years ago

kittcodes commented 2 years ago

Describe the bug While we do have the data structures in place for Sticker objects and their relationship to Messages, Stickers aren't populating in incoming messages

Expected behavior We should be able to access Stickers that are sent in a message

Desktop (please complete the following information):

Additional context Just opening an issue to track for future PRs

andersfylling commented 2 years ago

Seems Stickers are deprecated in favour of StickerItems. Update the message object in v0.28.1