@tryforge/forgescript
Preparing search index...
IApplicationCommandData
Interface IApplicationCommandData
interface
IApplicationCommandData
{
code
:
string
;
data
:
|
RESTPostAPIApplicationCommandsJSONBody
|
SlashCommandBuilder
|
ContextMenuCommandBuilder
;
independent
?:
boolean
;
path
?:
string
|
null
;
type
?:
RegistrationType
;
}
Index
Properties
code
data
independent?
path?
type?
Properties
code
code
:
string
data
data
:
|
RESTPostAPIApplicationCommandsJSONBody
|
SlashCommandBuilder
|
ContextMenuCommandBuilder
Optional
independent
independent
?:
boolean
Optional
path
path
?:
string
|
null
Optional
type
type
?:
RegistrationType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
data
independent
path
type
@tryforge/forgescript
Loading...