$addCmdReactions
Adds reactions to the author's message.
Usage
$addCmdReactions[emoji(s);...]Param
Description
Type
Required
Examples
bot.commands.add({
type: "basicCommand",
name: "react",
code: `$addCmdReactions[✔]`
})bot.commands.add({
type: "basicCommand",
name: "react",
code: `$addCmdReactions[🎉;✔]`
})Last updated
Was this helpful?