Remove default command contexts sentence (#4210)

This commit is contained in:
Fleny
2025-06-01 14:08:17 +05:30
committed by GitHub
parent 90f0507af0
commit f811178f59
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -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
/**
+1 -2
View File
@@ -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[]
/**