typings(CommandInteractionOptionResolver): add missing parameter (#6497)

This commit is contained in:
Deivid
2021-08-23 09:23:27 -05:00
committed by GitHub
parent c14e594d8a
commit 656b51875f

2
typings/index.d.ts vendored
View File

@@ -542,7 +542,7 @@ export class CommandInteraction extends BaseCommandInteraction {
}
export class CommandInteractionOptionResolver {
public constructor(client: Client, options: CommandInteractionOption[]);
public constructor(client: Client, options: CommandInteractionOption[], resolved: CommandInteractionResolvedData);
public readonly client: Client;
public readonly data: readonly CommandInteractionOption[];
public readonly resolved: Readonly<CommandInteractionResolvedData>;