mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
docs: add @extends for select menu classes (#8824)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -7,6 +7,7 @@ let deprecationEmitted = false;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated Use {@link StringSelectMenuBuilder} instead.
|
* @deprecated Use {@link StringSelectMenuBuilder} instead.
|
||||||
|
* @extends {StringSelectMenuBuilder}
|
||||||
*/
|
*/
|
||||||
class SelectMenuBuilder extends StringSelectMenuBuilder {
|
class SelectMenuBuilder extends StringSelectMenuBuilder {
|
||||||
constructor(...params) {
|
constructor(...params) {
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ let deprecationEmitted = false;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated Use {@link StringSelectMenuComponent} instead.
|
* @deprecated Use {@link StringSelectMenuComponent} instead.
|
||||||
|
* @extends {StringSelectMenuComponent}
|
||||||
*/
|
*/
|
||||||
class SelectMenuComponent extends StringSelectMenuComponent {
|
class SelectMenuComponent extends StringSelectMenuComponent {
|
||||||
constructor(...params) {
|
constructor(...params) {
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ let deprecationEmitted = false;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated Use {@link StringSelectMenuInteraction} instead.
|
* @deprecated Use {@link StringSelectMenuInteraction} instead.
|
||||||
|
* @extends {StringSelectMenuInteraction}
|
||||||
*/
|
*/
|
||||||
class SelectMenuInteraction extends StringSelectMenuInteraction {
|
class SelectMenuInteraction extends StringSelectMenuInteraction {
|
||||||
constructor(...params) {
|
constructor(...params) {
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ let deprecationEmitted = false;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated Use {@link StringSelectMenuOptionBuilder} instead.
|
* @deprecated Use {@link StringSelectMenuOptionBuilder} instead.
|
||||||
|
* @extends {StringSelectMenuOptionBuilder}
|
||||||
*/
|
*/
|
||||||
class SelectMenuOptionBuilder extends StringSelectMenuOptionBuilder {
|
class SelectMenuOptionBuilder extends StringSelectMenuOptionBuilder {
|
||||||
constructor(...params) {
|
constructor(...params) {
|
||||||
|
|||||||
Reference in New Issue
Block a user