You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Indicates whether the command is age-restricted, defaults to `false`
89
91
*/
90
92
nsfw?: boolean;
93
+
/**
94
+
* Installation context(s) where the command is available, only for globally-scoped commands. Defaults to `GUILD_INSTALL ([0])`
95
+
*
96
+
* @unstable
97
+
*/
98
+
integration_types?: ApplicationIntegrationType[];
99
+
/**
100
+
* Interaction context(s) where the command can be used, only for globally-scoped commands. By default, all interaction context types included for new commands `[0,1,2]`.
101
+
*
102
+
* @unstable
103
+
*/
104
+
contexts?: InteractionContextType[]|null;
91
105
/**
92
106
* Autoincrementing version identifier updated during substantial record changes
* Indicates whether the command is age-restricted, defaults to `false`
89
91
*/
90
92
nsfw?: boolean;
93
+
/**
94
+
* Installation context(s) where the command is available, only for globally-scoped commands. Defaults to `GUILD_INSTALL ([0])`
95
+
*
96
+
* @unstable
97
+
*/
98
+
integration_types?: ApplicationIntegrationType[];
99
+
/**
100
+
* Interaction context(s) where the command can be used, only for globally-scoped commands. By default, all interaction context types included for new commands `[0,1,2]`.
101
+
*
102
+
* @unstable
103
+
*/
104
+
contexts?: InteractionContextType[]|null;
91
105
/**
92
106
* Autoincrementing version identifier updated during substantial record changes
0 commit comments