mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +01:00
typings(CommandInteractionOptionResolver): add missing parameter (#6497)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -542,7 +542,7 @@ export class CommandInteraction extends BaseCommandInteraction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class CommandInteractionOptionResolver {
|
export class CommandInteractionOptionResolver {
|
||||||
public constructor(client: Client, options: CommandInteractionOption[]);
|
public constructor(client: Client, options: CommandInteractionOption[], resolved: CommandInteractionResolvedData);
|
||||||
public readonly client: Client;
|
public readonly client: Client;
|
||||||
public readonly data: readonly CommandInteractionOption[];
|
public readonly data: readonly CommandInteractionOption[];
|
||||||
public readonly resolved: Readonly<CommandInteractionResolvedData>;
|
public readonly resolved: Readonly<CommandInteractionResolvedData>;
|
||||||
|
|||||||
Reference in New Issue
Block a user