fix: Super Reaction

This commit is contained in:
Elysia
2023-05-02 23:23:55 +07:00
parent 11167aed25
commit 9ed4e6bda6
3 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ class MessageReactionAdd extends Action {
emoji: data.emoji,
count: message.partial ? null : 0,
me: user.id === this.client.user.id,
me_burst: user.id === this.client.user.id && data.me_burst,
...data,
});
if (!reaction) return false;
reaction._add(user);