diff --git a/typings/index.d.ts b/typings/index.d.ts index ba64668dab74..cdbc695cd789 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2479,7 +2479,7 @@ declare module 'discord.js' { description: string; required?: boolean; choices?: ApplicationCommandOptionChoice[]; - options?: ApplicationCommandOption[]; + options?: this[]; } interface ApplicationCommandOption extends ApplicationCommandOptionData {