Skip to content

$sendSticker

$sendSticker will send a sticker in the execution channel.

Usage

$sendSticker[resolver]

Parameters

FieldTypeDescriptionRequired
resolverstringThe name or ID of the sticker.true

Example(s)

This will send the sticker to the current channel, replace resolver with an actual sticker name or ID:

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