Skip to content

$emojisFromMessage

$emojisFromMessage returns all emojis in a given message.

Usage

$emojisFromMessage

Please note that your bot has to be present in the guild where the emoji is in.

Example(s)

This will return any emojis you give as argument:

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