Preparing search index...
The search index is not available
@arsonar/client
@arsonar/client
BotHandlers
Interface BotHandlers
Hierarchy
BotHandlers
Index
Properties
oncommand
onjoin
open
Properties
Optional
oncommand
oncommand
?:
(
(
command
:
string
, args
:
any
)
=>
Promise
<
any
>
)
Type declaration
(
command
:
string
, args
:
any
)
:
Promise
<
any
>
Parameters
command:
string
args:
any
Returns
Promise
<
any
>
onjoin
onjoin
:
(
(
collection
:
Collection
, config
:
any
)
=>
Promise
<
BotSession
>
)
Type declaration
(
collection
:
Collection
, config
:
any
)
:
Promise
<
BotSession
>
Parameters
collection:
Collection
config:
any
Returns
Promise
<
BotSession
>
Optional
open
open
?:
(
(
)
=>
void
|
Promise
<
void
>
)
Type declaration
(
)
:
void
|
Promise
<
void
>
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
@arsonar/client
Bot
Handlers
oncommand
onjoin
open
Generated using
TypeDoc