$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.
How to get emoji ID?
This method requires Developer Mode to be enabled!
- Type
\:TheEmojiName:
- Send the message.
- 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>
) - Remove
<:emojiName:
/<a:emojiName:
and>
to leave just the Discord emoji ID. (e.g.<:hollyDab:828628880629825546>
->828628880629825546
) - Input the Discord emoji ID into
$removeEmoji[]
. (e.g.$removeEmoji[828628880629825546]
)