Skip to content

Commit

Permalink
docs: Remove @private constructor documentation (#8255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Jul 17, 2022
1 parent 64f8140 commit 452dec5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions packages/discord.js/src/structures/Component.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ const isEqual = require('fast-deep-equal');
* Represents a component
*/
class Component {
/**
* Creates a new component from API data
* @param {APIMessageComponent} data The API component data
* @private
*/
constructor(data) {
/**
* The API data associated with this component
Expand Down
5 changes: 0 additions & 5 deletions packages/discord.js/src/structures/InteractionResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ const { ErrorCodes } = require('../errors');
* Represents an interaction's response
*/
class InteractionResponse {
/**
* @param {BaseInteraction} interaction The interaction associated with this response
* @param {Snowflake?} id The interaction id associated with the original response
* @private
*/
constructor(interaction, id) {
/**
* The interaction associated with the interaction response
Expand Down

0 comments on commit 452dec5

Please sign in to comment.