cocoa-discord - v3.2.0
Preparing search index...
slash
SlashEvents
Interface SlashEvents
interface
SlashEvents
{
error
:
(
name
:
string
,
error
:
unknown
,
ctx
:
ChatInputCommandInteraction
,
)
=>
Awaitable
<
void
>
;
interaction
:
(
name
:
string
,
ctx
:
ChatInputCommandInteraction
,
)
=>
Awaitable
<
void
>
;
}
Index
Properties
error
interaction
Properties
error
error
:
(
name
:
string
,
error
:
unknown
,
ctx
:
ChatInputCommandInteraction
,
)
=>
Awaitable
<
void
>
interaction
interaction
:
(
name
:
string
,
ctx
:
ChatInputCommandInteraction
)
=>
Awaitable
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
interaction
cocoa-discord - v3.2.0
Loading...