mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
types(MessageSelectMenu): fix typings (#5995)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -1586,7 +1586,7 @@ declare module 'discord.js' {
|
||||
public options: MessageSelectOption[];
|
||||
public placeholder: string | null;
|
||||
public type: 'SELECT_MENU';
|
||||
public addOptions(options: MessageSelectOptionData[] | MessageSelectOptionData[][]): this;
|
||||
public addOptions(...options: MessageSelectOptionData[] | MessageSelectOptionData[][]): this;
|
||||
public setCustomID(customID: string): this;
|
||||
public setDisabled(disabled: boolean): this;
|
||||
public setMaxValues(maxValues: number): this;
|
||||
|
||||
Reference in New Issue
Block a user