Tags

{emoji} Tags

{emoji.id;emoji}

The ID of the emoji. For guild emojis, this is the emoji snowflake. For native emojis this is the native emoji character.

NameTypeDescription
emojiEmojiThe emoji to get the ID of

{emoji.markdown;emoji}

Get the emoji formatted for a Discord message. This will return the custom guild emoji format for guild emojis and the native emoji character for native emojis.

NameTypeDescription
emojiEmojiThe emoji to get the character of

{emoji.name;emoji}

The name of the emoji.

NameTypeDescription
emojiEmojiThe emoji to get the name of

{emoji.url;emoji}

The URL to the emoji. For guild emojis, this is the .gif or .png link. For native emojis, this is a .png link to the twemoji image.

NameTypeDescription
emojiEmojiThe emoji to get the url of

{emoji.animated;emoji}

Whether the emoji is animated. False for native emojis.

NameTypeDescription
emojiEmojiThe emoji to get the animated status of

{emoji.category;emoji}

Get the category of an emoji. For native emojis this matches the lowercase name of categories from the emoji picker in Discord, for example people or objects. For guild emojis this will be guild.

NameTypeDescription
emojiEmojiThe emoji to get the category of

{emoji.aliases;emoji}

Get the aliases for an emoji. Native emojis only.

NameTypeDescription
emojiEmojiThe emoji to get the aliases of