Class: InteractionHandlerStore
Defined in: projects/framework/src/lib/structures/InteractionHandlerStore.ts:7
Extends
Store
<InteractionHandler
,"interaction-handlers"
>
Constructors
new InteractionHandlerStore()
new InteractionHandlerStore():
InteractionHandlerStore
Defined in: projects/framework/src/lib/structures/InteractionHandlerStore.ts:8
Returns
Overrides
Store<InteractionHandler, 'interaction-handlers'>.constructor
Methods
run()
run(
interaction
:Interaction
):Promise
<boolean
>
Defined in: projects/framework/src/lib/structures/InteractionHandlerStore.ts:12
Parameters
Parameter | Type |
---|---|
interaction | Interaction |
Returns
Promise
<boolean
>