1client.reactionRemoveAllCommand({2 name: "Reaction Remove All",3 channel: "$channelId",4 code: `5 $log[$authorId just removed all reactions!]6 `7});
1module.exports = {2 name: "Reaction Remove All",3 channel: "$channelId",4 type: "reactionRemoveAll",5 code: `6 $log[$authorId just removed all reactions!]7 `8};