mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
revert: 5047 (#5050)
This commit is contained in:
@@ -28,6 +28,12 @@ class MessageReaction {
|
|||||||
*/
|
*/
|
||||||
this.message = message;
|
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
|
* A manager of the users that have given this reaction
|
||||||
* @type {ReactionUserManager}
|
* @type {ReactionUserManager}
|
||||||
@@ -48,12 +54,6 @@ class MessageReaction {
|
|||||||
*/
|
*/
|
||||||
this.count = data.count;
|
this.count = data.count;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Whether the client has given this reaction
|
|
||||||
* @type {boolean}
|
|
||||||
*/
|
|
||||||
this.me = data.me;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user