Skip to content

Commit

Permalink
docs: add @extends for select menu classes (#8824)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
MrMythicalYT and kodiakhq[bot] committed Nov 19, 2022
1 parent 291f36c commit 09f65b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/discord.js/src/structures/SelectMenuBuilder.js
Expand Up @@ -7,6 +7,7 @@ let deprecationEmitted = false;

/**
* @deprecated Use {@link StringSelectMenuBuilder} instead.
* @extends {StringSelectMenuBuilder}
*/
class SelectMenuBuilder extends StringSelectMenuBuilder {
constructor(...params) {
Expand Down
1 change: 1 addition & 0 deletions packages/discord.js/src/structures/SelectMenuComponent.js
Expand Up @@ -7,6 +7,7 @@ let deprecationEmitted = false;

/**
* @deprecated Use {@link StringSelectMenuComponent} instead.
* @extends {StringSelectMenuComponent}
*/
class SelectMenuComponent extends StringSelectMenuComponent {
constructor(...params) {
Expand Down
Expand Up @@ -7,6 +7,7 @@ let deprecationEmitted = false;

/**
* @deprecated Use {@link StringSelectMenuInteraction} instead.
* @extends {StringSelectMenuInteraction}
*/
class SelectMenuInteraction extends StringSelectMenuInteraction {
constructor(...params) {
Expand Down
Expand Up @@ -7,6 +7,7 @@ let deprecationEmitted = false;

/**
* @deprecated Use {@link StringSelectMenuOptionBuilder} instead.
* @extends {StringSelectMenuOptionBuilder}
*/
class SelectMenuOptionBuilder extends StringSelectMenuOptionBuilder {
constructor(...params) {
Expand Down

0 comments on commit 09f65b7

Please sign in to comment.