Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 436 Bytes

usdemojiname.md

File metadata and controls

23 lines (17 loc) · 436 Bytes
description
Returns the emoji name the user reacted with

$emojiName

This function returns the emoji name the user reacted with

Usage

bot.command({
name: "awaitedReaction",
code: `$awaitReaction[everyone;1m;1️⃣;reactionMessage;An error has occured`
})

bot.awaitedCommand({
name: "reactionMessage",
code: `Hi, You reacted to 1️⃣ and the ID is $emojiName`
//$emojiName would return 'one'
})