diff --git a/typings/index.d.ts b/typings/index.d.ts index dcad6f235..359f2bf91 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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;