mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
fix(BaseSelectMenuBuilder): Modify class to be abstract (#9358)
fix(BaseSelectMenuBuilder): abstraction Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import { ComponentBuilder } from '../Component.js';
|
|||||||
*
|
*
|
||||||
* @typeParam SelectMenuType - The type of select menu this would be instantiated for.
|
* @typeParam SelectMenuType - The type of select menu this would be instantiated for.
|
||||||
*/
|
*/
|
||||||
export class BaseSelectMenuBuilder<
|
export abstract class BaseSelectMenuBuilder<
|
||||||
SelectMenuType extends APISelectMenuComponent,
|
SelectMenuType extends APISelectMenuComponent,
|
||||||
> extends ComponentBuilder<SelectMenuType> {
|
> extends ComponentBuilder<SelectMenuType> {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user