Skip to main content

Interface: ListenerOptions

Extends

  • Options

Properties

emitter?

readonly optional emitter: __module | keyof Client<boolean>

Defined in

projects/framework/src/lib/structures/Listener.ts:110


event?

readonly optional event: string | symbol

Defined in

projects/framework/src/lib/structures/Listener.ts:111


once?

readonly optional once: boolean

Defined in

projects/framework/src/lib/structures/Listener.ts:112