$emojiExists
Checks if a given emoji ID is available to the bot.
Usage
$emojiExists[emojiID]
Arguments
emojiID
- The ID of the emoji to check.
Example
$emojiExists[123456789012345678]
This would return true
if an emoji with the ID 123456789012345678
exists and is accessible by the bot, and false
otherwise.