Removes all reactions from the provided message.
Last updated 3 years ago
Was this helpful?
$clearAllReactions[channelID;messageID]
This function has two params.
channelID
The channel where message is located.
Snowflake
Yes
messageID
The message to remove reactions from.
bot.commands.add({ type: "basicCommand", name: "example", code: `$clearAllReactions[876920205526319144;904091144579850251]` })
Before:
After: