$createSticker
$createSticker
will create a sticker.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
guildID | number | Guild ID of where the sticker will be created in. | true |
URL | string | Image URL (png only). | true |
name | string | The sticker name. | true |
returnSticker? | boolean | Return the sticker after its creation. 1. true 2. false (default) | false |
tags? | string | Sticker tags. | false |
description? | string | The description of the sticker. | false |
reason? | string | Reason that will be displayed in the guild’s audit logs. | false |
Example(s)
This will create a sticker called Imagine
: