Update MessageReactionAdd.js

This commit is contained in:
Elysia
2024-09-17 19:25:57 +07:00
parent 5a0910a4f9
commit e9adc0c20e

View File

@@ -39,7 +39,6 @@ class MessageReactionAdd extends Action {
me: user.id === this.client.user.id,
...data,
});
console.log(reaction);
if (!reaction) return false;
reaction._add(user, data.burst);
if (fromStructure) return { message, reaction, user };