resolveEmojiOrNull

Returns the unicode emoji from a Discord alias (e.g. :joy:), or null if unresolvable.

Note: The input string is case-sensitive!

This will return itself if the input is a valid unicode emoji.

Return

The unicode string of this emoji, null if unresolvable

Parameters

input

An emoji alias or unicode

See also