@tanzanite/discord-akairo
    Preparing search index...

    Class ListenerAbstract

    Represents a listener.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    category: Category<string, Listener>

    The category this module belongs to.

    categoryID: string

    The ID of the category this module belongs to.

    client: AkairoClient

    The client thant instantiated this module.

    emitter: string | EventEmitter<DefaultEventMap>

    The event emitter.

    event: string

    The event name listened to.

    filepath: string

    The filepath of this module.

    The handler for this module.

    id: string

    The ID of this module.

    Type of listener.

    Methods