Custom Command
FunctionsServer Functions

$deleteEmojis

Delete a custom emoji(s) from the server.

Usage

$deleteEmojis[emoji1;emoji2;...]

This function allows you to delete one or more custom emojis from your Discord server. You must have the Manage Emojis permission to use this function.

Parameters:

  • emoji1;emoji2;...: A semi-colon separated list of the emojis to delete. You can use the emoji name, ID, or the emoji itself.

Example:

$deleteEmojis[customEmoji1;customEmoji2]

This example will delete the custom emojis named customEmoji1 and customEmoji2 from the server.

Function Cooldown

This function has built-in cooldown. Why? Read more about cooldowns here.

  • Cooldown: 5 minutes
  • Tracked By: Server
  • Type: emojiupdate

Functions with the same type share cooldowns based on the same Tracked By value.

On this page