$customEmoji

Returns a custom emoji.

Important

We recommend emoji IDs instead of $customEmoji[] for public bots.

Syntax

$customEmoji[Emoji name]

Parameters

  • Emoji name (Type: String || Flag: Required): The name of the emoji to return.

Example

$nomention
Hello there! $customEmoji[Wave]

Example