cocoa-discord - v3.2.0
Preparing search index...
slash
SlashModule
Interface SlashModule
interface
SlashModule
{
commands
:
commandsDict
<
CocoaSlash
>
;
description
?:
string
;
name
:
string
;
presync
?:
()
=>
Awaitable
<
void
>
;
}
Hierarchy (
View Summary
)
Module
<
CocoaSlash
>
SlashModule
Implemented by
SlashModuleClass
Index
Properties
commands
description?
name
presync?
Properties
commands
commands
:
commandsDict
<
CocoaSlash
>
Optional
description
description
?:
string
name
name
:
string
Optional
presync
presync
?:
()
=>
Awaitable
<
void
>
This hook should only be handled internally
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
commands
description
name
presync
cocoa-discord - v3.2.0
Loading...
This hook should only be handled internally