Skip to content

$resolveStickerID

$resolveStickerID will return the ID of the sticker.

Usage

$resolveStickerID[resolver]

Parameters

FieldTypeDescriptionRequired
resolverstringThe name or ID of the sticker.true

Example(s)

This will return the ID of the sticker, replace resolver with an actual sticker name or ID:

1
client.command({
2
name: "resolveStickerID",
3
code: `$resolveStickerID[resolver]`
4
});