File tree 2 files changed +0
-10
lines changed
packages/discord.js/src/structures
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ const isEqual = require('fast-deep-equal');
6
6
* Represents a component
7
7
*/
8
8
class Component {
9
- /**
10
- * Creates a new component from API data
11
- * @param {APIMessageComponent } data The API component data
12
- * @private
13
- */
14
9
constructor ( data ) {
15
10
/**
16
11
* The API data associated with this component
Original file line number Diff line number Diff line change @@ -7,11 +7,6 @@ const { ErrorCodes } = require('../errors');
7
7
* Represents an interaction's response
8
8
*/
9
9
class InteractionResponse {
10
- /**
11
- * @param {BaseInteraction } interaction The interaction associated with this response
12
- * @param {Snowflake? } id The interaction id associated with the original response
13
- * @private
14
- */
15
10
constructor ( interaction , id ) {
16
11
/**
17
12
* The interaction associated with the interaction response
You can’t perform that action at this time.
0 commit comments