$emojiExists[]

Checks if provided emoji’s id exists.

Tip

true means the emoji exists, false means they don’t.

Syntax

$emojiExists[Emoji ID]

Parameters

  • Emoji ID (Type: Snowflake || Flag: Required): The id to check for.

Example

$nomention
Emoji exists?: `$emojiExists[$message]`
!example 760463263879135242 Emoji exists?: true !example idhoshkxbidho Emoji exists?: false !example doge Emoji exists?: false

What is this?

How $message works?