$deleteAppEmoji
$deleteAppEmoji
will delete a specific application emoji.
Usage
$deleteAppEmoji[name]
Parameters
Field | Type | Description | Required |
---|---|---|---|
name | string | The name of the emoji. | true |
Example(s)
This will delete the given application emoji named “leref”:
1client.command({2 name: "addAppEmoji",3 code: `4 $deleteAppEmoji[leref]5 `6});