client.on(Events.MessageReactionRemove, async (reaction, user) => {
console.log("Event: Reaction Removed");
if (reaction.emoji.name === '🍉') {
await eventHandler.reactionRemoved(reaction, user, client);
}
});
client.on(Events.MessageReactionRemove, async (reaction, user) => {
console.log("Event: Reaction Removed");
if (reaction.emoji.name === '🍉') {
await eventHandler.reactionRemoved(reaction, user, client);
}
});