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

@@ -28,13 +28,13 @@ class MessageReaction {
* Whether the client has given this reaction
* @type {boolean}
*/
this.me = data.me;
this.me = data.me || data.me_burst;
/**
* Whether the client has given this super reaction
* Super reaction
* @type {boolean}
*/
this.meBurst = Boolean(data.me_burst);
this.isBurst = Boolean(data.me_burst || data.burst);
/**
* A manager of the users that have given this reaction