Discord.https - v3.0.16
Preparing search index...
structures/utils/Util
parseEmoji
Function parseEmoji
parseEmoji
(
text
:
string
)
:
null
|
PartialEmoji
Parses emoji info out of a string. The string must be one of:
A UTF-8 emoji (no id)
A URL-encoded UTF-8 emoji (no id)
A Discord custom emoji (
<:name:id>
or
<a:name:id>
)
Parameters
text
:
string
Returns
null
|
PartialEmoji
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Discord.https - v3.0.16
Loading...
Parses emoji info out of a string. The string must be one of:
<:name:id>
or<a:name:id>
)