$clearAllReactions
Removes all reactions from the provided message.
Usage
$clearAllReactions[channelID;messageID]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$clearAllReactions[876920205526319144;904091144579850251]`
})Last updated
Was this helpful?

