$sendSticker
$sendSticker
will send a sticker in the execution channel.
Usage
$sendSticker[resolver]
Parameters
Field | Type | Description | Required |
---|---|---|---|
resolver | string | The 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:
1client.command({2 name: "sendSticker",3 code: `$sendSticker[resolver]`4});