diff --git a/packages/types/src/discord/interactions.ts b/packages/types/src/discord/interactions.ts index 424446bca..9b17348ea 100644 --- a/packages/types/src/discord/interactions.ts +++ b/packages/types/src/discord/interactions.ts @@ -456,8 +456,7 @@ export interface DiscordCreateApplicationCommand { * Interaction context(s) where the command can be used * * @remarks - * This value is available only for globally-scoped commands - * By default, all interaction context types included for new commands. + * This value is available only for globally-scoped commands. */ contexts?: DiscordInteractionContextType[] | null /** diff --git a/packages/types/src/discordeno.ts b/packages/types/src/discordeno.ts index f7558da59..fd3af62bd 100644 --- a/packages/types/src/discordeno.ts +++ b/packages/types/src/discordeno.ts @@ -617,8 +617,7 @@ export interface CreateSlashApplicationCommand { * Interaction context types where the command is available. * * @remarks - * This value is available only for globally-scoped commands - * By default, all interaction context types are included for new commands + * This value is available only for globally-scoped commands. */ contexts?: DiscordInteractionContextType[] /**