mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
refactor: make data public in builders (#7486)
This commit is contained in:
@@ -9,6 +9,9 @@ import isEqual from 'fast-deep-equal';
|
||||
export class UnsafeSelectMenuComponent extends Component<
|
||||
Partial<Omit<APISelectMenuComponent, 'options'>> & { type: ComponentType.SelectMenu }
|
||||
> {
|
||||
/**
|
||||
* The options within this select menu
|
||||
*/
|
||||
public readonly options: UnsafeSelectMenuOption[];
|
||||
|
||||
public constructor(data?: Partial<APISelectMenuComponent>) {
|
||||
|
||||
Reference in New Issue
Block a user