wc.parseSticker() - shysolocup/willclient GitHub Wiki
- 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)