mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Remove default command contexts sentence (#4210)
This commit is contained in:
@@ -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
|
||||
/**
|
||||
|
||||
@@ -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[]
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user