Removes all reactions from the provided message.
Last updated 2 years ago
$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: