$deleteEmojis
Deletes the provided emojis.
Usage
$deleteEmojis[guildID;reason;emojiIDs]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$deleteEmojis[$guildID;;<a:leref_dance:864243873361952778>]` //Deletes the leref_dance emoji
})Last updated
Was this helpful?