Skip to content

Commit

Permalink
fix(ApplicationCommandOptionData): options property should be itself (#…
Browse files Browse the repository at this point in the history
…5679)

Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com>
  • Loading branch information
SpaceEEC and vaporoxx committed May 27, 2021
1 parent 7d9818e commit b90b0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Expand Up @@ -2479,7 +2479,7 @@ declare module 'discord.js' {
description: string;
required?: boolean;
choices?: ApplicationCommandOptionChoice[];
options?: ApplicationCommandOption[];
options?: this[];
}

interface ApplicationCommandOption extends ApplicationCommandOptionData {
Expand Down

0 comments on commit b90b0c3

Please sign in to comment.