Skip to content

Commit

Permalink
revert: 5047 (#5050)
Browse files Browse the repository at this point in the history
  • Loading branch information
monbrey authored Dec 14, 2020
1 parent 0a591a9 commit b2a6720
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/structures/MessageReaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ class MessageReaction {
*/
this.message = message;

/**
* Whether the client has given this reaction
* @type {boolean}
*/
this.me = data.me;

/**
* A manager of the users that have given this reaction
* @type {ReactionUserManager}
Expand All @@ -48,12 +54,6 @@ class MessageReaction {
*/
this.count = data.count;
}

/**
* Whether the client has given this reaction
* @type {boolean}
*/
this.me = data.me;
}

/**
Expand Down

0 comments on commit b2a6720

Please sign in to comment.