Skip to content

Conversation

@edshot99
Copy link

Summary

Include sticker objects if stickers were sent in a message. Fixes #18

This could be expanded to let the bot access server sticker's, but I just wanted something basic at the moment.

Example

  event.message.stickers.each do |sticker|
    file_url = "https://cdn.discordapp.com/stickers/#{sticker.id}.#{sticker.extension}"
    populate_cdn_sticker("", file_url)
  end

Added

  • Sticker data type.

Changed

  • Message data type to include :sticker_items and a :stickers alias.

Copy link
Collaborator

@Droid00000 Droid00000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Everything looks fine to me besides the comments

@Droid00000 Droid00000 self-assigned this Oct 23, 2025
@Droid00000 Droid00000 added the enhancement New feature or request label Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sticker support

2 participants