Skip to content

Commit

Permalink
🏷️ fix: forgor to add the properties to other types
Browse files Browse the repository at this point in the history
  • Loading branch information
Helloyunho committed Nov 30, 2023
1 parent 8705835 commit 36f3b21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/src/interactions/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ export interface CreateGlobalApplicationCommandPayload {
dm_permission?: boolean;
type?: ApplicationCommandType;
nsfw?: boolean;
contexts?: ApplicationCommandContextType[];
integration_types?: ApplicationIntegrationType[];
}

export interface EditGlobalApplicationCommandPayload {
Expand All @@ -124,6 +126,8 @@ export interface EditGlobalApplicationCommandPayload {
default_member_permissions?: string | null;
dm_permission?: boolean;
nsfw?: boolean;
contexts?: ApplicationCommandContextType[];
integration_types?: ApplicationIntegrationType[];
}

export type BulkOverwriteGlobalApplicationCommandsPayload =
Expand Down

0 comments on commit 36f3b21

Please sign in to comment.