mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
docs: undocument private constructors (#6732)
This commit is contained in:
@@ -9,11 +9,6 @@ const Util = require('../util/Util');
|
||||
* Represents a reaction to a message.
|
||||
*/
|
||||
class MessageReaction {
|
||||
/**
|
||||
* @param {Client} client The instantiating client
|
||||
* @param {APIReaction} data The data for the message reaction
|
||||
* @param {Message} message The message the reaction refers to
|
||||
*/
|
||||
constructor(client, data, message) {
|
||||
/**
|
||||
* The client that instantiated this message reaction
|
||||
@@ -134,8 +129,3 @@ class MessageReaction {
|
||||
}
|
||||
|
||||
module.exports = MessageReaction;
|
||||
|
||||
/**
|
||||
* @external APIReaction
|
||||
* @see {@link https://discord.com/developers/docs/resources/channel#reaction-object}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user