$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. (yes/no)

Example

$nomention
$argsCheck[>2;Provide all needed arguments! Usage: `!add-emoji (imageURL) (emojiName)`]
Added new emoji: $addEmoji[$replaceText[$message;$message[1];;1];$message[1];yes]

example