Preparing search index...
The search index is not available
Buape Utilities - v0.0.0
Buape Utilities
@buape/lib
ApplicationCommandHandler
Class ApplicationCommandHandler
Hierarchy (
view full
)
_BaseHandler
ApplicationCommandHandler
Index
Constructors
constructor
Properties
client
cooldowns
Methods
fetch
Component
get
Discord
Command
Data
handle
Component
load
Files
post
Load
reload
Files
specific
Checks
Constructors
constructor
new
Application
Command
Handler
(
client
)
:
ApplicationCommandHandler
Parameters
client
:
BetterClient
Returns
ApplicationCommandHandler
Properties
client
client
:
BetterClient
Private
cooldowns
cooldowns
:
Collection
<
string
,
number
>
Methods
fetch
Component
fetch
Component
(
key
)
:
undefined
|
ApplicationCommand
|
Button
|
Dropdown
|
TextCommand
Parameters
key
:
string
Returns
undefined
|
ApplicationCommand
|
Button
|
Dropdown
|
TextCommand
Private
get
Discord
Command
Data
get
Discord
Command
Data
(
command
)
:
ApplicationCommandData
Parameters
command
:
ApplicationCommand
Returns
ApplicationCommandData
handle
Component
handle
Component
(
interaction
)
:
Promise
<
void
|
InteractionResponse
<
boolean
>
>
Parameters
interaction
:
ButtonInteraction
<
CacheType
>
|
CommandInteraction
<
CacheType
>
|
AnySelectMenuInteraction
Returns
Promise
<
void
|
InteractionResponse
<
boolean
>
>
load
Files
load
Files
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
post
Load
post
Load
(
)
:
Timeout
Returns
Timeout
reload
Files
reload
Files
(
)
:
void
Returns
void
specific
Checks
specific
Checks
(
interaction
,
component
)
:
Promise
<
undefined
|
InteractionResponse
<
boolean
>
>
Parameters
interaction
:
CommandInteraction
<
CacheType
>
component
:
_BaseComponent
Returns
Promise
<
undefined
|
InteractionResponse
<
boolean
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
client
cooldowns
fetch
Component
get
Discord
Command
Data
handle
Component
load
Files
post
Load
reload
Files
specific
Checks
Buape Utilities - v0.0.0
Loading...