$emojiExists[]
Checks if provided emoji’s id exists.
Syntax
$emojiExists[Emoji ID]
Parameters
Emoji ID
(Type: Snowflake || Flag: Required)
: The id to check for.
Example
$nomention
Emoji exists?: `$emojiExists[$message]`
true
false
false
How $message
works?