Class: InteractionHandlerStore
Defined in: projects/framework/src/lib/structures/InteractionHandlerStore.ts:7
Extends
Store<InteractionHandler,"interaction-handlers">
Constructors
Constructor
new InteractionHandlerStore():
InteractionHandlerStore
Defined in: projects/framework/src/lib/structures/InteractionHandlerStore.ts:8
Returns
InteractionHandlerStore
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>