From f811178f5929d6e96ae85f5f849368ec7c93616b Mon Sep 17 00:00:00 2001 From: Fleny Date: Sun, 1 Jun 2025 10:38:17 +0200 Subject: [PATCH] Remove default command contexts sentence (#4210) --- packages/types/src/discord/interactions.ts | 3 +-- packages/types/src/discordeno.ts | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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[] /**