Search
Preparing search index...
The search index is not available
Botyo API Documentation
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
AbstractCommandModule
Class AbstractCommandModule
Hierarchy
AbstractModule
AbstractCommandModule
Implements
Module
CommandModule
Index
Methods
execute
get
Command
get
Description
get
Runtime
get
Usage
on
Listen
on
Shutdown
validate
Methods
Abstract
execute
execute
(
msg
:
Message
, args
:
string
)
:
Promise
<
any
>
Parameters
msg:
Message
args:
string
Returns
Promise
<
any
>
Abstract
get
Command
get
Command
(
)
:
string
|
string
[]
Returns
string
|
string
[]
Abstract
get
Description
get
Description
(
)
:
string
Returns
string
get
Runtime
get
Runtime
(
)
:
ModuleAwareRuntime
Returns
ModuleAwareRuntime
Abstract
get
Usage
get
Usage
(
)
:
string
Returns
string
on
Listen
on
Listen
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
on
Shutdown
on
Shutdown
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
Abstract
validate
validate
(
msg
:
Message
, args
:
string
)
:
boolean
Parameters
msg:
Message
args:
string
Returns
boolean
Globals
Abstract
Command
Module
execute
get
Command
get
Description
get
Runtime
get
Usage
on
Listen
on
Shutdown
validate
Generated using
TypeDoc