$addEmoji

Adds an emoji to the server.

Syntax

$addEmoji[Name;Image URL;Return emoji?]

Parameters

  • Name (Type: String || Flag: Required): The name of the new emoji.
  • Image URL (Type: URL || Flag: Required): The image of the new emoji. The link needs to be a valid image URL.
  • Return emoji? (Type: Bool || Flag: Required): Whether to show the emoji in the bot’s message or not.

Example

$nomention
Added new emoji: $addEmoji[$message[2];$message[1];yes] with `$message[2]` name.
!example https://media.discordapp.net/attachments/566370477967147018/1329787837733928981/emoji.png BDFDCompany Added new emoji: with "BDFDCompany" name.

What is this?

How $message[] works?

Example

In this example we used fake image link. Remember: The link needs to be a valid image URL!