Skip to content

onReactionRemove

1
client.reactionRemoveCommand({
2
name: "Reaction Remove",
3
channel: "$channelId",
4
code: `
5
$log[$authorId just reacted with $reactionData[emoji] on $messagId!]
6
`
7
});