Skip to content

Commit

Permalink
fix(ApplicationCommandInteractionDataOptionSubCommandGroup): typo (#102)
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
  • Loading branch information
ThaTiemsz and vladfrangu committed Mar 28, 2021
1 parent ebd5754 commit 15c171c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno/v8/payloads/interactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export interface ApplicationCommandInteractionDataOptionSubCommand {

export interface ApplicationCommandInteractionDataOptionSubCommandGroup {
name: string;
type: ApplicationCommandOptionType.SUB_COMMAND;
type: ApplicationCommandOptionType.SUB_COMMAND_GROUP;
options: ApplicationCommandInteractionDataOptionSubCommand[];
}

Expand Down
2 changes: 1 addition & 1 deletion v8/payloads/interactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export interface ApplicationCommandInteractionDataOptionSubCommand {

export interface ApplicationCommandInteractionDataOptionSubCommandGroup {
name: string;
type: ApplicationCommandOptionType.SUB_COMMAND;
type: ApplicationCommandOptionType.SUB_COMMAND_GROUP;
options: ApplicationCommandInteractionDataOptionSubCommand[];
}

Expand Down

0 comments on commit 15c171c

Please sign in to comment.