Search
Preparing search index...
The search index is not available
ffg-discord-framework
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
ffg-discord-framework
ModuleOptions
Interface ModuleOptions
Hierarchy
CommandOptions
ModuleOptions
BotOptions
Index
Properties
arguments
commands
description
dev
Only
embed
guild
Only
permissions
prefix
Properties
Optional
arguments
arguments
:
(
Argument
|
{
name
:
string
;
options
:
ArgumentOptions
}
)
[]
Optional
commands
commands
:
(
Command
|
{
execute
:
(
msg
:
Message
,
...
args
:
any
[]
)
=>
void
|
Message
|
Promise
<
CommandExecuteResponse
>
;
name
:
string
;
options
:
CommandOptions
}
)
[]
Optional
description
description
:
string
Optional
dev
Only
dev
Only
:
boolean
Optional
embed
embed
:
MessageEmbedOptions
Optional
guild
Only
guild
Only
:
boolean
Optional
permissions
permissions
:
Permissions
Optional
prefix
prefix
:
string
Exports
Argument
Bot
Command
Module
Argument
Options
Bot
Options
Command
Options
Module
Options
arguments
commands
description
dev
Only
embed
guild
Only
permissions
prefix
Command
Execute
Response
About
Command
Eval
Command
Help
Command
Generated using
TypeDoc