Skip to content

$emojiURL

$emojiURL will return the emoji URL of an emoji.

Usage

$emojiURL[emojiResolver]

Parameters

FieldTypeDescriptionRequired
emojiResolverstringEmoji string, id.true

Example(s)

This will return the URL of an emoji:

1
client.command({
2
name: "emojiURL",
3
code: `
4
$emojiURL[emojiResolver]
5
`
6
});