Skip to content

onReactionAdd

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