Skip to main content

Interface: ListenerOptions

Hierarchy

Properties

emitter

Optional Readonly emitter: __module | keyof Client<boolean>

Defined in

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


enabled

Optional Readonly enabled: boolean

Inherited from

Piece.Options.enabled

Defined in

node_modules/@sapphire/pieces/dist/index.d.ts:420


event

Optional Readonly event: string | symbol

Defined in

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


name

Optional Readonly name: string

Inherited from

Piece.Options.name

Defined in

node_modules/@sapphire/pieces/dist/index.d.ts:415


once

Optional Readonly once: boolean

Defined in

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