Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/natico/src/struct/listeners/ListenerHandler.ts>NaticoListenerHandler

A powerful and customizable framework for Discordeno
Latest
class NaticoListenerHandler
extends NaticoHandler<T>
import { NaticoListenerHandler } from "https://deno.land/x/natico@4.0.0-pre.4/src/struct/listeners/ListenerHandler.ts";

Constructors

new
NaticoListenerHandler(client: T, unnamed 1: { directory: string; })

Properties

directory: string
emitters: Collection<string, any>
modules: Collection<string, NaticoListener>

Methods

addToEmitter(id: string)
register(listener: NaticoListener, filepath: string)
setEmitters(emitters: any)