$deleteEmojis
Deletes the provided emojis.
Usage
This function has three params.
Param | Description | Type | Required |
---|---|---|---|
guildID | The guild which these emoji(s) belong to. | Snowflake | Yes |
reason | The reason for deleting these emoji(s). | String | No |
emojiIDs | The emojis to delete, separated by | Snowflake | Yes |
Example
Last updated