RecipleInteractionEvents
class
RecipleInteractionEvents
sourceexport class RecipleInteractionEvents extends ClientEventModule implements RecipleInteractionEvents.Options export class RecipleInteractionEvents extends ClientEventModule implements RecipleInteractionEvents.Optionsconstructor(options: RecipleInteractionEvents.Options = {}) constructor(options: RecipleInteractionEvents.Options = {})| Param | Type | Required |
|---|---|---|
| | No |
onReady(): Promise<void> onReady(): Promise<void>Returns:
Promise<void> Promise<void>onEvent(interaction: Interaction<CacheType>): Promise<void> onEvent(interaction: Interaction<CacheType>): Promise<void>| Param | Type | Required |
|---|---|---|
| | Yes |
Returns:
Promise<void> Promise<void>.resolveListeners(...)
resolveListeners(customModules?: AnyModule[]) resolveListeners(customModules?: AnyModule[])| Param | Type | Required |
|---|---|---|
| | No |
public source
.moduleEventListenersProperty
string|string[] string|string[]public source
.ignoredModules?
((module: AnyModule)) => Awaitable<boolean> ((module: AnyModule)) => Awaitable<boolean>Collection<string, InteractionListener<InteractionListenerType>> Collection<string, InteractionListener<InteractionListenerType>>