Skip to content

wc.parseSticker()

paige edited this page Aug 29, 2023 · 1 revision
  • Description: Parses stickers and returns info about them

Parameters

  • Sticker Sticker: Sticker to parse

Sticker Info

  • Name String: Name of the sticker
  • Description String: Description of the sticker
  • ID String: ID of the sticker
  • Animated Boolean: If the sticker is animated or not
  • URL String: Image URL for the sticker
{
    id: "StickerID",
    name: "StickerName",
    description: "StickerDescription",
    animated: true || false,
    url: "https://cdn.discordapp.com/stickers/StickerID.png"

}

Setup

wc.parseSticker(Sticker)
Clone this wiki locally