$removeEmoji

Removes the given emoji from the server.

Syntax

$removeEmoji[Emoji ID]

Parameters

  • Emoji ID (Type: Snowflake || Flag: Required): The ID of the emoji which will be removed from the server.

Example

$nomention
$removeEmoji[$message[1]]
Successfully removed the emoji.

example1
example2

How to get emoji ID?

This method requires Developer Mode to be enabled!

  1. Type \:TheEmojiName:
  2. Send the message.
  3. Copy the ID it returns. (The emoji ID should be in this format: <:emojiName:ID>. If the emoji is animated, it should look like this: <a:emojiName:ID>)
  4. Remove <:emojiName:/<a:emojiName: and > to leave just the Discord emoji ID. (e.g. <:hollyDab:828628880629825546> -> 828628880629825546)
  5. Input the Discord emoji ID into $removeEmoji[]. (e.g. $removeEmoji[828628880629825546])

example3